Color Hex Logo

#09cfae Color Hex

#09CFAE
(9,207,174)
0 Favorites   0 Comments

Color spaces of #09cfae

RGB 9207174
HSL0.470.920.42
HSV170°96°81°
CMYK 0.960.000.16   0.19
XYZ30.065547.739747.6745
Yxy47.73970.23960.3805
Hunter Lab69.0939-43.24197.4559
CIE-Lab74.6605-50.09784.4411

#09cfae color RGB value is (9,207,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001111 10101110
Octal 11 317 256
Decimal 9 207 174
Hex 9 CF AE

RGB Percentages of Color #09cfae

%2.31
%53.08
%44.62

CMYK Percentages of Color #09cfae

%96
%0
%16
%19

Triadic Colors of #09cfae

#09cfae #ae09cf #cfae09

Analogous Colors of #09cfae

#09cfae #098dcf #09cf4b

Monochromatic Colors of #09cfae

#09cfae

Complementary Color

#09cfae #cf092a

#09cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cfae Color CSS Codes

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

#09cfae Text Font Color

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

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


#09cfae Background Color

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

This div background color is #09cfae


#09cfae Border Color

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

This div border color is #09cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cfae


Comments

No comments written yet.

Please login to write comment.