Color Hex Logo

#09dcdc Color Hex

#09DCDC
(9,220,220)
0 Favorites   0 Comments

Color spaces of #09dcdc

RGB 9220220
HSL0.500.920.45
HSV180°96°86°
CMYK 0.960.000.00   0.14
XYZ38.624156.411876.5630
Yxy56.41180.22510.3287
Hunter Lab75.1078-39.6452-7.8633
CIE-Lab79.8476-42.7883-12.5938

#09dcdc color RGB value is (9,220,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011100 11011100
Octal 11 334 334
Decimal 9 220 220
Hex 9 DC DC

RGB Percentages of Color #09dcdc

%2.00
%49.00
%49.00

CMYK Percentages of Color #09dcdc

%96
%0
%0
%14

Triadic Colors of #09dcdc

#09dcdc #dc09dc #dcdc09

Analogous Colors of #09dcdc

#09dcdc #0973dc #09dc73

Monochromatic Colors of #09dcdc

#09dcdc

Complementary Color

#09dcdc #dc0909

#09dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09dcdc Color CSS Codes

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

#09dcdc Text Font Color

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

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


#09dcdc Background Color

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

This div background color is #09dcdc


#09dcdc Border Color

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

This div border color is #09dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09dcdc


Comments

No comments written yet.

Please login to write comment.