Color Hex Logo

#0eabdc Color Hex

#0EABDC
(14,171,220)
0 Favorites   0 Comments

Color spaces of #0eabdc

RGB 14171220
HSL0.540.880.46
HSV194°94°86°
CMYK 0.940.220.00   0.14
XYZ27.662334.386572.8894
Yxy34.38650.20500.2548
Hunter Lab58.6400-18.4160-32.6493
CIE-Lab65.2682-18.9442-34.8395

#0eabdc color RGB value is (14,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 11011100
Octal 16 253 334
Decimal 14 171 220
Hex E AB DC

RGB Percentages of Color #0eabdc

%3.46
%42.22
%54.32

CMYK Percentages of Color #0eabdc

%94
%22
%0
%14

Triadic Colors of #0eabdc

#0eabdc #dc0eab #abdc0e

Analogous Colors of #0eabdc

#0eabdc #0e44dc #0edca6

Monochromatic Colors of #0eabdc

#0eabdc

Complementary Color

#0eabdc #dc3f0e

#0eabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabdc Color CSS Codes

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

#0eabdc Text Font Color

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

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


#0eabdc Background Color

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

This div background color is #0eabdc


#0eabdc Border Color

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

This div border color is #0eabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabdc


Comments

No comments written yet.

Please login to write comment.