Color Hex Logo

#0ea9ce Color Hex

#0EA9CE
(14,169,206)
0 Favorites   0 Comments

Color spaces of #0ea9ce

RGB 14169206
HSL0.530.870.43
HSV192°93°81°
CMYK 0.930.180.00   0.19
XYZ25.509632.925563.4033
Yxy32.92550.20940.2702
Hunter Lab57.3807-21.0611-25.3464
CIE-Lab64.1005-22.7396-28.9075

#0ea9ce color RGB value is (14,169,206).

#0ea9ce hex color red value is 14, green value is 169 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0ea9ce hue: 0.53 , saturation: 0.87 and the lightness value of 0ea9ce is 0.43.

The process color (four color CMYK) of #0ea9ce color hex is 0.93, 0.18, 0.00, 0.19. Web safe color of #0ea9ce is #0099cc. Color #0ea9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101001 11001110
Octal 16 251 316
Decimal 14 169 206
Hex E A9 CE

RGB Percentages of Color #0ea9ce

%3.60
%43.44
%52.96

CMYK Percentages of Color #0ea9ce

%93
%18
%0
%19

Triadic Colors of #0ea9ce

#0ea9ce #ce0ea9 #a9ce0e

Analogous Colors of #0ea9ce

#0ea9ce #0e49ce #0ece93

Monochromatic Colors of #0ea9ce

#0ea9ce

Complementary Color

#0ea9ce #ce330e

#0ea9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea9ce Color CSS Codes

.mybgcolor {background-color:#0ea9ce; } 
.myforecolor {color:#0ea9ce; }
.mybordercolor {border:3px solid #0ea9ce; }

#0ea9ce Text Font Color

<p style="color:#0ea9ce">Text here</p>

This sample text font color is #0ea9ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0ea9ce Background Color

<div style="background-color:#0ea9ce">
Div content here</div>

This div background color is #0ea9ce


#0ea9ce Border Color

<div style="border:3px solid #0ea9ce">
Div here</div>

This div border color is #0ea9ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,169,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ea9ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ea9ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0ea9ce;
  box-shadow:         1px 1px 3px 2px #0ea9ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,169,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0ea9ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0ea9ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0ea9ce;
  box-shadow:         1px 1px 3px 2px #0ea9ce;">
Div content here</div>

This div box has shadow with color #0ea9ce


Comments

No comments written yet.

Please login to write comment.