Color Hex Logo

#09edaf Color Hex

#09EDAF
(9,237,175)
0 Favorites   0 Comments

Color spaces of #09edaf

RGB 9237175
HSL0.450.930.48
HSV164°96°93°
CMYK 0.960.000.26   0.07
XYZ38.134763.721650.8470
Yxy63.72160.24970.4173
Hunter Lab79.8258-54.421418.1119
CIE-Lab83.8206-61.484116.9378

#09edaf color RGB value is (9,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101101 10101111
Octal 11 355 257
Decimal 9 237 175
Hex 9 ED AF

RGB Percentages of Color #09edaf

%2.14
%56.29
%41.57

CMYK Percentages of Color #09edaf

%96
%0
%26
%7

Triadic Colors of #09edaf

#09edaf #af09ed #edaf09

Analogous Colors of #09edaf

#09edaf #09b9ed #09ed3d

Monochromatic Colors of #09edaf

#09edaf

Complementary Color

#09edaf #ed0947

#09edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09edaf Color CSS Codes

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

#09edaf Text Font Color

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

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


#09edaf Background Color

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

This div background color is #09edaf


#09edaf Border Color

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

This div border color is #09edaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,237,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 #09edaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09edaf


Comments

No comments written yet.

Please login to write comment.