Color Hex Logo

#0eaddc Color Hex

#0EADDC
(14,173,220)
0 Favorites   0 Comments

Color spaces of #0eaddc

RGB 14173220
HSL0.540.880.46
HSV194°94°86°
CMYK 0.940.210.00   0.14
XYZ28.042935.147873.0163
Yxy35.14780.20590.2580
Hunter Lab59.2856-19.3168-31.5218
CIE-Lab65.8636-19.9978-33.9144

#0eaddc color RGB value is (14,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 11011100
Octal 16 255 334
Decimal 14 173 220
Hex E AD DC

RGB Percentages of Color #0eaddc

%3.44
%42.51
%54.05

CMYK Percentages of Color #0eaddc

%94
%21
%0
%14

Triadic Colors of #0eaddc

#0eaddc #dc0ead #addc0e

Analogous Colors of #0eaddc

#0eaddc #0e46dc #0edca4

Monochromatic Colors of #0eaddc

#0eaddc

Complementary Color

#0eaddc #dc3d0e

#0eaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaddc Color CSS Codes

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

#0eaddc Text Font Color

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

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


#0eaddc Background Color

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

This div background color is #0eaddc


#0eaddc Border Color

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

This div border color is #0eaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaddc


Comments

No comments written yet.

Please login to write comment.