Color Hex Logo

#009ddc Color Hex

#009DDC
(0,157,220)
0 Favorites   0 Comments

Color spaces of #009ddc

RGB 0157220
HSL0.551.000.43
HSV197°100°86°
CMYK 1.000.290.00   0.14
XYZ24.975229.281272.0457
Yxy29.28120.19770.2318
Hunter Lab54.1121-12.3103-41.0612
CIE-Lab61.0290-11.7683-41.4707

#009ddc color RGB value is (0,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011101 11011100
Octal 0 235 334
Decimal 0 157 220
Hex 0 9D DC

RGB Percentages of Color #009ddc

%0.00
%41.64
%58.36

CMYK Percentages of Color #009ddc

%100
%29
%0
%14

Triadic Colors of #009ddc

#009ddc #dc009d #9ddc00

Analogous Colors of #009ddc

#009ddc #002fdc #00dcad

Monochromatic Colors of #009ddc

#009ddc

Complementary Color

#009ddc #dc3f00

#009ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#009ddc Color CSS Codes

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

#009ddc Text Font Color

<p style="color:#009ddc">Text here</p>

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


#009ddc Background Color

<div style="background-color:#009ddc">
Div content here</div>

This div background color is #009ddc


#009ddc Border Color

<div style="border:3px solid #009ddc">
Div here</div>

This div border color is #009ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009ddc


Comments

No comments written yet.

Please login to write comment.