Color Hex Logo

#0ea1df Color Hex

#0EA1DF
(14,161,223)
0 Favorites   0 Comments

Color spaces of #0ea1df

RGB 14161223
HSL0.550.880.46
HSV198°94°87°
CMYK 0.940.280.00   0.13
XYZ26.245330.910874.3951
Yxy30.91080.19950.2350
Hunter Lab55.5975-13.0330-40.4178
CIE-Lab62.4323-12.4776-40.9255

#0ea1df color RGB value is (14,161,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100001 11011111
Octal 16 241 337
Decimal 14 161 223
Hex E A1 DF

RGB Percentages of Color #0ea1df

%3.52
%40.45
%56.03

CMYK Percentages of Color #0ea1df

%94
%28
%0
%13

Triadic Colors of #0ea1df

#0ea1df #df0ea1 #a1df0e

Analogous Colors of #0ea1df

#0ea1df #0e38df #0edfb5

Monochromatic Colors of #0ea1df

#0ea1df

Complementary Color

#0ea1df #df4c0e

#0ea1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea1df Color CSS Codes

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

#0ea1df Text Font Color

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

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


#0ea1df Background Color

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

This div background color is #0ea1df


#0ea1df Border Color

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

This div border color is #0ea1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea1df


Comments

No comments written yet.

Please login to write comment.