Color Hex Logo

#09cbcb Color Hex

#09CBCB
(9,203,203)
0 Favorites   0 Comments

Color spaces of #09cbcb

RGB 9203203
HSL0.500.920.42
HSV180°96°80°
CMYK 0.960.000.00   0.20
XYZ32.248147.081763.8879
Yxy47.08170.22520.3287
Hunter Lab68.6161-36.1870-7.1732
CIE-Lab74.2420-40.2420-11.8466

#09cbcb color RGB value is (9,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001011 11001011
Octal 11 313 313
Decimal 9 203 203
Hex 9 CB CB

RGB Percentages of Color #09cbcb

%2.17
%48.92
%48.92

CMYK Percentages of Color #09cbcb

%96
%0
%0
%20

Triadic Colors of #09cbcb

#09cbcb #cb09cb #cbcb09

Analogous Colors of #09cbcb

#09cbcb #096acb #09cb6a

Monochromatic Colors of #09cbcb

#09cbcb

Complementary Color

#09cbcb #cb0909

#09cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cbcb Color CSS Codes

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

#09cbcb Text Font Color

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

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


#09cbcb Background Color

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

This div background color is #09cbcb


#09cbcb Border Color

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

This div border color is #09cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cbcb


Comments

No comments written yet.

Please login to write comment.