Color Hex Logo

#008edc Color Hex

#008EDC
(0,142,220)
0 Favorites   0 Comments

Color spaces of #008edc

RGB 0142220
HSL0.561.000.43
HSV201°100°86°
CMYK 1.000.350.00   0.14
XYZ22.591324.513371.2510
Yxy24.51330.19090.2071
Hunter Lab49.5109-5.1964-50.6664
CIE-Lab56.5981-3.2016-48.4671

#008edc color RGB value is (0,142,220).

#008edc hex color red value is 0, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #008edc hue: 0.56 , saturation: 1.00 and the lightness value of 008edc is 0.43.

The process color (four color CMYK) of #008edc color hex is 1.00, 0.35, 0.00, 0.14. Web safe color of #008edc is #0099cc. Color #008edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001110 11011100
Octal 0 216 334
Decimal 0 142 220
Hex 0 8E DC

RGB Percentages of Color #008edc

%0.00
%39.23
%60.77

CMYK Percentages of Color #008edc

%100
%35
%0
%14

Triadic Colors of #008edc

#008edc #dc008e #8edc00

Analogous Colors of #008edc

#008edc #0020dc #00dcbc

Monochromatic Colors of #008edc

#008edc

Complementary Color

#008edc #dc4e00

#008edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#008edc Color CSS Codes

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

#008edc Text Font Color

<p style="color:#008edc">Text here</p>

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


#008edc Background Color

<div style="background-color:#008edc">
Div content here</div>

This div background color is #008edc


#008edc Border Color

<div style="border:3px solid #008edc">
Div here</div>

This div border color is #008edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008edc


Comments

No comments written yet.

Please login to write comment.