Color Hex Logo

#9deaae Color Hex

#9DEAAE
(157,234,174)
0 Favorites   0 Comments

Color spaces of #9deaae

RGB 157234174
HSL0.370.650.77
HSV133°33°92°
CMYK 0.330.000.26   0.08
XYZ50.967469.069750.6899
Yxy69.06970.29850.4046
Hunter Lab83.1082-35.971422.0132
CIE-Lab86.5386-35.762721.7839

#9deaae color RGB value is (157,234,174).

#9deaae hex color red value is 157, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9deaae hue: 0.37 , saturation: 0.65 and the lightness value of 9deaae is 0.77.

The process color (four color CMYK) of #9deaae color hex is 0.33, 0.00, 0.26, 0.08. Web safe color of #9deaae is #99ff99. Color #9deaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 10101110
Octal 235 352 256
Decimal 157 234 174
Hex 9D EA AE

RGB Percentages of Color #9deaae

%27.79
%41.42
%30.80

CMYK Percentages of Color #9deaae

%33
%0
%26
%8

Triadic Colors of #9deaae

#9deaae #ae9dea #eaae9d

Analogous Colors of #9deaae

#9deaae #9dead5 #b3ea9d

Monochromatic Colors of #9deaae

#9deaae

Complementary Color

#9deaae #ea9dd9

#9deaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deaae Color CSS Codes

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

#9deaae Text Font Color

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

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


#9deaae Background Color

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

This div background color is #9deaae


#9deaae Border Color

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

This div border color is #9deaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deaae


Comments

No comments written yet.

Please login to write comment.