Color Hex Logo

#0ea1ce Color Hex

#0EA1CE
(14,161,206)
0 Favorites   0 Comments

Color spaces of #0ea1ce

RGB 14161206
HSL0.540.870.43
HSV194°93°81°
CMYK 0.930.220.00   0.19
XYZ24.066630.039362.9222
Yxy30.03930.20560.2567
Hunter Lab54.8081-17.5337-29.7019
CIE-Lab61.6881-18.5410-32.6433

#0ea1ce color RGB value is (14,161,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100001 11001110
Octal 16 241 316
Decimal 14 161 206
Hex E A1 CE

RGB Percentages of Color #0ea1ce

%3.67
%42.26
%54.07

CMYK Percentages of Color #0ea1ce

%93
%22
%0
%19

Triadic Colors of #0ea1ce

#0ea1ce #ce0ea1 #a1ce0e

Analogous Colors of #0ea1ce

#0ea1ce #0e41ce #0ece9b

Monochromatic Colors of #0ea1ce

#0ea1ce

Complementary Color

#0ea1ce #ce3b0e

#0ea1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea1ce Color CSS Codes

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

#0ea1ce Text Font Color

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

This sample text font color is #0ea1ce
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.


#0ea1ce Background Color

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

This div background color is #0ea1ce


#0ea1ce Border Color

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

This div border color is #0ea1ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,161,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 #0ea1ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea1ce


Comments

No comments written yet.

Please login to write comment.