Color Hex Logo

#009ccf Color Hex

#009CCF
(0,156,207)
0 Favorites   0 Comments

Color spaces of #009ccf

RGB 0156207
HSL0.541.000.41
HSV195°100°81°
CMYK 1.000.250.00   0.19
XYZ23.151028.281963.2703
Yxy28.28190.20180.2466
Hunter Lab53.1807-15.3604-33.3121
CIE-Lab60.1426-15.9426-35.6147

#009ccf color RGB value is (0,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011100 11001111
Octal 0 234 317
Decimal 0 156 207
Hex 0 9C CF

RGB Percentages of Color #009ccf

%0.00
%42.98
%57.02

CMYK Percentages of Color #009ccf

%100
%25
%0
%19

Triadic Colors of #009ccf

#009ccf #cf009c #9ccf00

Analogous Colors of #009ccf

#009ccf #0035cf #00cf9b

Monochromatic Colors of #009ccf

#009ccf

Complementary Color

#009ccf #cf3300

#009ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#009ccf Color CSS Codes

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

#009ccf Text Font Color

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

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


#009ccf Background Color

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

This div background color is #009ccf


#009ccf Border Color

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

This div border color is #009ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009ccf

#009ccf Color Palettes


Comments

No comments written yet.

Please login to write comment.