Color Hex Logo

#9edfae Color Hex

#9EDFAE
(158,223,174)
0 Favorites   0 Comments

Color spaces of #9edfae

RGB 158223174
HSL0.370.500.75
HSV135°29°87°
CMYK 0.290.000.22   0.13
XYZ48.128263.100449.6874
Yxy63.10040.29910.3921
Hunter Lab79.4358-30.863818.5189
CIE-Lab83.4952-30.332117.5654

#9edfae color RGB value is (158,223,174).

#9edfae hex color red value is 158, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9edfae hue: 0.37 , saturation: 0.50 and the lightness value of 9edfae is 0.75.

The process color (four color CMYK) of #9edfae color hex is 0.29, 0.00, 0.22, 0.13. Web safe color of #9edfae is #99cc99. Color #9edfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 10101110
Octal 236 337 256
Decimal 158 223 174
Hex 9E DF AE

RGB Percentages of Color #9edfae

%28.47
%40.18
%31.35

CMYK Percentages of Color #9edfae

%29
%0
%22
%13

Triadic Colors of #9edfae

#9edfae #ae9edf #dfae9e

Analogous Colors of #9edfae

#9edfae #9edfcf #afdf9e

Monochromatic Colors of #9edfae

#9edfae

Complementary Color

#9edfae #df9ecf

#9edfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfae Color CSS Codes

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

#9edfae Text Font Color

<p style="color:#9edfae">Text here</p>

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


#9edfae Background Color

<div style="background-color:#9edfae">
Div content here</div>

This div background color is #9edfae


#9edfae Border Color

<div style="border:3px solid #9edfae">
Div here</div>

This div border color is #9edfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfae


Comments

No comments written yet.

Please login to write comment.