crispedge.com

Color picker

Loading...

#000eee hex color - Blue - Cool color - Information

#000eee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #000eee Color code in RGB color code model is created after adding 0% red color, 5.49% green color and 93.33% blue color. Hex #000eee Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 94% magenta, 0% yellow and 7% black.

Hex #000eee color code is between #0011dd web safe hex color code and #0000ff web safe hex color code. #0011dd is the nearest web safe color code. You can see here many more shades of #000eee color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code000eee#000eee
RGB Decimal0, 14, 238rgb(0, 14, 238)
RGB Percent0%, 5%, 93%rgb(0%, 5%, 93%)
CSS RGBa0, 14, 238,1rgba(0,14,238,1)
CMYK Modelcmyk(100%,94%,0%,7%)
HSL Color Space236,100% ,47%hsl(236,100% ,47%)
HSV Color Space236°, 100%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000000111011101110
Octal016356
Decimal014238
Hex000eee

Different shades of #000eee color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #000eee
#222fff
Dark Shade of #000eee
#000bbb
Saturated Shade of #000eee
#000eee
Desaturated Shade of #000eee
#0c18e2
Grey scale Shade of #000eee
#777777
Brighten Shade
#1927ff
Most Readable Shade
#FFFFFF

Shades of #000eee color code

Generate more color scales with scales (color stack) generator.

#000eee
#000cd3
#000ab9
#00099e
#000784
#000669
#00044f
#000334
#00011a
#000000

Similar Color like #000eee color

Find visually similar hex color codes nearing to #000eee hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#010fef
#0210f0
#0311f1
#0412f2
#0513f3
#0614f4
#0715f5
#0816f6
#0917f7
#0a18f8
#0b19f9
#0c1afa
#0d1bfb
#0e1cfc
#000ded
#000cec
#000beb
#000aea
#0009e9
#0008e8
#0007e7
#0006e6
#0005e5
#0004e4
#0003e3
#0002e2
#0001e1
#0000e0

Monochromatic Color with #000eee

#000eee
#00011a
#000444
#00066e
#000999
#000bc3

Tints of #000eee Color

#000eee
#1c28ef
#3843f1
#555ef3
#7179f5
#8d93f7
#aaaef9
#c6c9fb
#e2e4fd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#000eee
#eee000

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#000eee
#ee6900
#85ee00

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#006dee
#003eee
#000eee
#2200ee
#5100ee

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#000eee
#ee000e
#0eee00

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#000eee
#ee0085
#eee000
#00ee69

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#000eee
#eee000
#85ee00
#6900ee

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #000eee Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#000eee Color Code Preview on Black Background Color

This is how #000eee Color will look on black background color. Color contrast ratio is 2.30

#000eee in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#000eee">Your Example Paragraph content text in with font color #000eee </p>

Your Example Paragraph content text in with font color #000eee

HTML with inline CSS

<div style="color:#000eee">Your Paragraph text in with font color #000eee </div>

Your Example Paragraph content text in with font color #000eee

#000eee color code is use for CSS Background Color

Background color for the above div is #000eee

HTML with inline CSS

<div style="background-color:#000eee;"></div>

#000eee color code is use for CSS Border Color

CSS Border color for the above div is #000eee

HTML with inline CSS

<div style="border:5px solid #000eee;"></div>

CSS Border Left color for the above div is #000eee

HTML with inline CSS

<div style="border-left:5px solid #000eee;"></div>

CSS Border Right color for the above div is #000eee

HTML with inline CSS

<div style="border-right:5px solid #000eee;"></div>

CSS Border Bottom color for the above div is #000eee

HTML with inline CSS

<div style="border-bottom:5px solid #000eee;"></div>

CSS Border Top color for the above div is #000eee

HTML with inline CSS

<div style="border-top:5px solid #000eee;"></div>

#000eee hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#000eee; } .examplecolorclass {color:#000eee; } .examplebordercolor {border:3px solid #000eee; }

#000eee Color code Preview on White Background

This is how #000eee Color code will look on white background color. Color contrast ratio is 9.14

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #000eee; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #000eee; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(0,14,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,224,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,14,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.