Color Hex Logo

#09ccc7 Color Hex

#09CCC7
(9,204,199)
0 Favorites   0 Comments

Color spaces of #09ccc7

RGB 9204199
HSL0.500.920.42
HSV178°96°80°
CMYK 0.960.000.02   0.20
XYZ32.014347.367361.4883
Yxy47.36730.22730.3362
Hunter Lab68.8239-37.4103-4.7938
CIE-Lab74.4241-41.8718-9.4096

#09ccc7 color RGB value is (9,204,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001100 11000111
Octal 11 314 307
Decimal 9 204 199
Hex 9 CC C7

RGB Percentages of Color #09ccc7

%2.18
%49.51
%48.30

CMYK Percentages of Color #09ccc7

%96
%0
%2
%20

Triadic Colors of #09ccc7

#09ccc7 #c709cc #ccc709

Analogous Colors of #09ccc7

#09ccc7 #0970cc #09cc66

Monochromatic Colors of #09ccc7

#09ccc7

Complementary Color

#09ccc7 #cc090e

#09ccc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ccc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ccc7 Color CSS Codes

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

#09ccc7 Text Font Color

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

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


#09ccc7 Background Color

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

This div background color is #09ccc7


#09ccc7 Border Color

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

This div border color is #09ccc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ccc7


Comments

No comments written yet.

Please login to write comment.