Color Hex Logo

#0ea1de Color Hex

#0EA1DE
(14,161,222)
0 Favorites   0 Comments

Color spaces of #0ea1de

RGB 14161222
HSL0.550.880.46
HSV198°94°87°
CMYK 0.940.270.00   0.13
XYZ26.110830.857073.6871
Yxy30.85700.19980.2362
Hunter Lab55.5491-13.3071-39.7652
CIE-Lab62.3867-12.8385-40.4434

#0ea1de color RGB value is (14,161,222).

#0ea1de hex color red value is 14, green value is 161 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0ea1de hue: 0.55 , saturation: 0.88 and the lightness value of 0ea1de is 0.46.

The process color (four color CMYK) of #0ea1de color hex is 0.94, 0.27, 0.00, 0.13. Web safe color of #0ea1de is #0099cc. Color #0ea1de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100001 11011110
Octal 16 241 336
Decimal 14 161 222
Hex E A1 DE

RGB Percentages of Color #0ea1de

%3.53
%40.55
%55.92

CMYK Percentages of Color #0ea1de

%94
%27
%0
%13

Triadic Colors of #0ea1de

#0ea1de #de0ea1 #a1de0e

Analogous Colors of #0ea1de

#0ea1de #0e39de #0edeb3

Monochromatic Colors of #0ea1de

#0ea1de

Complementary Color

#0ea1de #de4b0e

#0ea1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea1de Color CSS Codes

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

#0ea1de Text Font Color

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

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


#0ea1de Background Color

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

This div background color is #0ea1de


#0ea1de Border Color

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

This div border color is #0ea1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea1de


Comments

No comments written yet.

Please login to write comment.