Color Hex Logo

#008dcc Color Hex

#008DCC
(0,141,204)
0 Favorites   0 Comments

Color spaces of #008dcc

RGB 0141204
HSL0.551.000.40
HSV199°100°80°
CMYK 1.000.310.00   0.20
XYZ20.424023.409460.5687
Yxy23.40940.19560.2242
Hunter Lab48.3833-9.3206-40.3540
CIE-Lab55.4916-8.6712-41.2236

#008dcc color RGB value is (0,141,204).

#008dcc hex color red value is 0, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #008dcc hue: 0.55 , saturation: 1.00 and the lightness value of 008dcc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001101 11001100
Octal 0 215 314
Decimal 0 141 204
Hex 0 8D CC

RGB Percentages of Color #008dcc

%0.00
%40.87
%59.13

CMYK Percentages of Color #008dcc

%100
%31
%0
%20

Triadic Colors of #008dcc

#008dcc #cc008d #8dcc00

Analogous Colors of #008dcc

#008dcc #0027cc #00cca5

Monochromatic Colors of #008dcc

#008dcc

Complementary Color

#008dcc #cc3f00

#008dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#008dcc Color CSS Codes

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

#008dcc Text Font Color

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

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


#008dcc Background Color

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

This div background color is #008dcc


#008dcc Border Color

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

This div border color is #008dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,141,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008dcc

#008dcc Color Palettes


Comments

No comments written yet.

Please login to write comment.