Color Hex Logo

#09ccbb Color Hex

#09CCBB
(9,204,187)
0 Favorites   0 Comments

Color spaces of #09ccbb

RGB 9204187
HSL0.490.920.42
HSV175°96°80°
CMYK 0.960.000.08   0.20
XYZ30.675246.831754.4364
Yxy46.83170.23250.3549
Hunter Lab68.4337-39.74690.7406
CIE-Lab74.0820-45.3169-3.4214

#09ccbb color RGB value is (9,204,187).

#09ccbb hex color red value is 9, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #09ccbb hue: 0.49 , saturation: 0.92 and the lightness value of 09ccbb is 0.42.

The process color (four color CMYK) of #09ccbb color hex is 0.96, 0.00, 0.08, 0.20. Web safe color of #09ccbb is #00cccc. Color #09ccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001100 10111011
Octal 11 314 273
Decimal 9 204 187
Hex 9 CC BB

RGB Percentages of Color #09ccbb

%2.25
%51.00
%46.75

CMYK Percentages of Color #09ccbb

%96
%0
%8
%20

Triadic Colors of #09ccbb

#09ccbb #bb09cc #ccbb09

Analogous Colors of #09ccbb

#09ccbb #097ccc #09cc5a

Monochromatic Colors of #09ccbb

#09ccbb

Complementary Color

#09ccbb #cc091a

#09ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ccbb Color CSS Codes

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

#09ccbb Text Font Color

<p style="color:#09ccbb">Text here</p>

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


#09ccbb Background Color

<div style="background-color:#09ccbb">
Div content here</div>

This div background color is #09ccbb


#09ccbb Border Color

<div style="border:3px solid #09ccbb">
Div here</div>

This div border color is #09ccbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,204,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09ccbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09ccbb;
  -webkit-box-shadow: 1px 1px 3px 2px #09ccbb;
  box-shadow:         1px 1px 3px 2px #09ccbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ccbb


Comments

No comments written yet.

Please login to write comment.