Color Hex Logo

#9deaaf Color Hex

#9DEAAF
(157,234,175)
0 Favorites   0 Comments

Color spaces of #9deaaf

RGB 157234175
HSL0.370.650.77
HSV134°33°92°
CMYK 0.330.000.25   0.08
XYZ51.065369.108951.2054
Yxy69.10890.29800.4033
Hunter Lab83.1318-35.833521.6723
CIE-Lab86.5579-35.586421.2937

#9deaaf color RGB value is (157,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 10101111
Octal 235 352 257
Decimal 157 234 175
Hex 9D EA AF

RGB Percentages of Color #9deaaf

%27.74
%41.34
%30.92

CMYK Percentages of Color #9deaaf

%33
%0
%25
%8

Triadic Colors of #9deaaf

#9deaaf #af9dea #eaaf9d

Analogous Colors of #9deaaf

#9deaaf #9dead6 #b2ea9d

Monochromatic Colors of #9deaaf

#9deaaf

Complementary Color

#9deaaf #ea9dd8

#9deaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deaaf Color CSS Codes

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

#9deaaf Text Font Color

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

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


#9deaaf Background Color

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

This div background color is #9deaaf


#9deaaf Border Color

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

This div border color is #9deaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deaaf


Comments

No comments written yet.

Please login to write comment.