color codes Logo

#09cfac color codes

#09CFAC
(9,207,172)
0 Favorites   0 Comments

Color spaces of #09cfac

RGB 9207172
HSL0.470.920.42
HSV169°96°81°
CMYK 0.960.000.17   0.19
XYZ29.871947.662346.6551
Yxy47.66230.24050.3838
Hunter Lab69.0379-43.58148.2589
CIE-Lab74.6114-50.61935.4469

#09cfac color RGB value is (9,207,172).

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

The process color (four color CMYK) of #09cfac color code is 0.96, 0.00, 0.17, 0.19. Web safe color of #09cfac is #00cc99. Color #09cfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001111 10101100
Octal 11 317 254
Decimal 9 207 172
Hex 9 CF AC

RGB Percentages of Color #09cfac

%2.32
%53.35
%44.33

CMYK Percentages of Color #09cfac

%96
%0
%17
%19

Triadic Colors of #09cfac

#09cfac #ac09cf #cfac09

Analogous Colors of #09cfac

#09cfac #098fcf #09cf49

Monochromatic Colors of #09cfac

#09cfac

Complementary Color

#09cfac #cf092c

#09cfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cfac Color CSS Codes

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

#09cfac Text Font Color

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

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


#09cfac Background Color

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

This div background color is #09cfac


#09cfac Border Color

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

This div border color is #09cfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cfac


Comments

No comments written yet.

Please login to write comment.