Color Hex Logo

#009cbd Color Hex

#009CBD
(0,156,189)
0 Favorites   0 Comments

Color spaces of #009cbd

RGB 0156189
HSL0.531.000.37
HSV190°100°74°
CMYK 1.000.170.00   0.26
XYZ21.073827.451152.3320
Yxy27.45110.20890.2722
Hunter Lab52.3938-19.8930-22.5444
CIE-Lab59.3896-22.3300-26.6807

#009cbd color RGB value is (0,156,189).

#009cbd hex color red value is 0, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #009cbd hue: 0.53 , saturation: 1.00 and the lightness value of 009cbd is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011100 10111101
Octal 0 234 275
Decimal 0 156 189
Hex 0 9C BD

RGB Percentages of Color #009cbd

%0.00
%45.22
%54.78

CMYK Percentages of Color #009cbd

%100
%17
%0
%26

Triadic Colors of #009cbd

#009cbd #bd009c #9cbd00

Analogous Colors of #009cbd

#009cbd #003dbd #00bd80

Monochromatic Colors of #009cbd

#009cbd

Complementary Color

#009cbd #bd2100

#009cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#009cbd Color CSS Codes

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

#009cbd Text Font Color

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

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


#009cbd Background Color

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

This div background color is #009cbd


#009cbd Border Color

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

This div border color is #009cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009cbd


Comments

No comments written yet.

Please login to write comment.