Color Hex Logo

#09cfdd Color Hex

#09CFDD
(9,207,221)
0 Favorites   0 Comments

Color spaces of #09cfdd

RGB 9207221
HSL0.510.920.45
HSV184°96°87°
CMYK 0.960.060.00   0.13
XYZ35.476649.904276.1693
Yxy49.90420.21960.3089
Hunter Lab70.6429-33.9831-14.4782
CIE-Lab76.0104-36.5950-18.9042

#09cfdd color RGB value is (9,207,221).

#09cfdd hex color red value is 9, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #09cfdd hue: 0.51 , saturation: 0.92 and the lightness value of 09cfdd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001111 11011101
Octal 11 317 335
Decimal 9 207 221
Hex 9 CF DD

RGB Percentages of Color #09cfdd

%2.06
%47.37
%50.57

CMYK Percentages of Color #09cfdd

%96
%6
%0
%13

Triadic Colors of #09cfdd

#09cfdd #dd09cf #cfdd09

Analogous Colors of #09cfdd

#09cfdd #0965dd #09dd81

Monochromatic Colors of #09cfdd

#09cfdd

Complementary Color

#09cfdd #dd1709

#09cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cfdd Color CSS Codes

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

#09cfdd Text Font Color

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

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


#09cfdd Background Color

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

This div background color is #09cfdd


#09cfdd Border Color

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

This div border color is #09cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cfdd


Comments

No comments written yet.

Please login to write comment.