Color Hex Logo

#09eaaf Color Hex

#09EAAF
(9,234,175)
0 Favorites   0 Comments

Color spaces of #09eaaf

RGB 9234175
HSL0.460.930.48
HSV164°96°92°
CMYK 0.960.000.25   0.08
XYZ37.273361.998950.5599
Yxy61.99890.24880.4138
Hunter Lab78.7394-53.296417.0464
CIE-Lab82.9128-60.369215.6653

#09eaaf color RGB value is (9,234,175).

#09eaaf hex color red value is 9, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #09eaaf hue: 0.46 , saturation: 0.93 and the lightness value of 09eaaf is 0.48.

The process color (four color CMYK) of #09eaaf color hex is 0.96, 0.00, 0.25, 0.08. Web safe color of #09eaaf is #00ff99. Color #09eaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101010 10101111
Octal 11 352 257
Decimal 9 234 175
Hex 9 EA AF

RGB Percentages of Color #09eaaf

%2.15
%55.98
%41.87

CMYK Percentages of Color #09eaaf

%96
%0
%25
%8

Triadic Colors of #09eaaf

#09eaaf #af09ea #eaaf09

Analogous Colors of #09eaaf

#09eaaf #09b5ea #09ea3f

Monochromatic Colors of #09eaaf

#09eaaf

Complementary Color

#09eaaf #ea0944

#09eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09eaaf Color CSS Codes

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

#09eaaf Text Font Color

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

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


#09eaaf Background Color

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

This div background color is #09eaaf


#09eaaf Border Color

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

This div border color is #09eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09eaaf


Comments

No comments written yet.

Please login to write comment.