Color Hex Logo

#09a17f Color Hex

#09A17F
(9,161,127)
0 Favorites   0 Comments

Color spaces of #09a17f

RGB 9161127
HSL0.460.890.33
HSV167°94°63°
CMYK 0.940.000.21   0.37
XYZ16.688327.080124.4261
Yxy27.08010.24470.3971
Hunter Lab52.0385-33.82418.5972
CIE-Lab59.0484-43.50397.8700

#09a17f color RGB value is (9,161,127).

#09a17f hex color red value is 9, green value is 161 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #09a17f hue: 0.46 , saturation: 0.89 and the lightness value of 09a17f is 0.33.

The process color (four color CMYK) of #09a17f color hex is 0.94, 0.00, 0.21, 0.37. Web safe color of #09a17f is #009966. Color #09a17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10100001 01111111
Octal 11 241 177
Decimal 9 161 127
Hex 9 A1 7F

RGB Percentages of Color #09a17f

%3.03
%54.21
%42.76

CMYK Percentages of Color #09a17f

%94
%0
%21
%37

Triadic Colors of #09a17f

#09a17f #7f09a1 #a17f09

Analogous Colors of #09a17f

#09a17f #0977a1 #09a133

Monochromatic Colors of #09a17f

#09a17f

Complementary Color

#09a17f #a1092b

#09a17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09a17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09a17f Color CSS Codes

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

#09a17f Text Font Color

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

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


#09a17f Background Color

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

This div background color is #09a17f


#09a17f Border Color

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

This div border color is #09a17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09a17f


Comments

No comments written yet.

Please login to write comment.