Color Hex Logo

#09cccd Color Hex

#09CCCD
(9,204,205)
0 Favorites   0 Comments

Color spaces of #09cccd

RGB 9204205
HSL0.500.920.42
HSV180°96°80°
CMYK 0.960.000.00   0.20
XYZ32.725047.651665.2305
Yxy47.65160.22470.3273
Hunter Lab69.0301-36.1816-7.7054
CIE-Lab74.6046-40.0945-12.3861

#09cccd color RGB value is (9,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001100 11001101
Octal 11 314 315
Decimal 9 204 205
Hex 9 CC CD

RGB Percentages of Color #09cccd

%2.15
%48.80
%49.04

CMYK Percentages of Color #09cccd

%96
%0
%0
%20

Triadic Colors of #09cccd

#09cccd #cd09cc #cccd09

Analogous Colors of #09cccd

#09cccd #096acd #09cd6c

Monochromatic Colors of #09cccd

#09cccd

Complementary Color

#09cccd #cd0a09

#09cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cccd Color CSS Codes

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

#09cccd Text Font Color

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

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


#09cccd Background Color

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

This div background color is #09cccd


#09cccd Border Color

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

This div border color is #09cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cccd


Comments

No comments written yet.

Please login to write comment.