Color Hex Logo

#9dfead Color Hex

#9DFEAD
(157,254,173)
0 Favorites   0 Comments

Color spaces of #9dfead

RGB 157254173
HSL0.360.980.81
HSV130°38°100°
CMYK 0.380.000.32   0.00
XYZ56.889381.068952.1846
Yxy81.06890.29920.4264
Hunter Lab90.0383-44.784528.6633
CIE-Lab92.1623-44.843329.9713

#9dfead color RGB value is (157,254,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111110 10101101
Octal 235 376 255
Decimal 157 254 173
Hex 9D FE AD

RGB Percentages of Color #9dfead

%26.88
%43.49
%29.62

CMYK Percentages of Color #9dfead

%38
%0
%32
%0

Triadic Colors of #9dfead

#9dfead #ad9dfe #fead9d

Analogous Colors of #9dfead

#9dfead #9dfede #befe9d

Monochromatic Colors of #9dfead

#9dfead

Complementary Color

#9dfead #fe9dee

#9dfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfead Color CSS Codes

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

#9dfead Text Font Color

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

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


#9dfead Background Color

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

This div background color is #9dfead


#9dfead Border Color

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

This div border color is #9dfead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,254,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9dfead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfead


Comments

No comments written yet.

Please login to write comment.