Color Hex Logo

#9dfeaf Color Hex

#9DFEAF
(157,254,175)
0 Favorites   0 Comments

Color spaces of #9dfeaf

RGB 157254175
HSL0.360.980.81
HSV131°38°100°
CMYK 0.380.000.31   0.00
XYZ57.084381.146953.2117
Yxy81.14690.29820.4239
Hunter Lab90.0816-44.528128.0342
CIE-Lab92.1970-44.511929.0109

#9dfeaf color RGB value is (157,254,175).

#9dfeaf hex color red value is 157, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9dfeaf hue: 0.36 , saturation: 0.98 and the lightness value of 9dfeaf is 0.81.

The process color (four color CMYK) of #9dfeaf color hex is 0.38, 0.00, 0.31, 0.00. Web safe color of #9dfeaf is #99ff99. Color #9dfeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111110 10101111
Octal 235 376 257
Decimal 157 254 175
Hex 9D FE AF

RGB Percentages of Color #9dfeaf

%26.79
%43.34
%29.86

CMYK Percentages of Color #9dfeaf

%38
%0
%31
%0

Triadic Colors of #9dfeaf

#9dfeaf #af9dfe #feaf9d

Analogous Colors of #9dfeaf

#9dfeaf #9dfee0 #bcfe9d

Monochromatic Colors of #9dfeaf

#9dfeaf

Complementary Color

#9dfeaf #fe9dec

#9dfeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfeaf Color CSS Codes

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

#9dfeaf Text Font Color

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

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


#9dfeaf Background Color

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

This div background color is #9dfeaf


#9dfeaf Border Color

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

This div border color is #9dfeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.