Color Hex Logo

#9dfabd Color Hex

#9DFABD
(157,250,189)
0 Favorites   0 Comments

Color spaces of #9dfabd

RGB 157250189
HSL0.390.900.80
HSV141°37°98°
CMYK 0.370.000.24   0.02
XYZ57.275579.213460.4151
Yxy79.21340.29090.4023
Hunter Lab89.0019-40.883022.0549
CIE-Lab91.3308-40.307620.7073

#9dfabd color RGB value is (157,250,189).

#9dfabd hex color red value is 157, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9dfabd hue: 0.39 , saturation: 0.90 and the lightness value of 9dfabd is 0.80.

The process color (four color CMYK) of #9dfabd color hex is 0.37, 0.00, 0.24, 0.02. Web safe color of #9dfabd is #99ffcc. Color #9dfabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111010 10111101
Octal 235 372 275
Decimal 157 250 189
Hex 9D FA BD

RGB Percentages of Color #9dfabd

%26.34
%41.95
%31.71

CMYK Percentages of Color #9dfabd

%37
%0
%24
%2

Triadic Colors of #9dfabd

#9dfabd #bd9dfa #fabd9d

Analogous Colors of #9dfabd

#9dfabd #9dfaec #acfa9d

Monochromatic Colors of #9dfabd

#9dfabd

Complementary Color

#9dfabd #fa9dda

#9dfabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfabd Color CSS Codes

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

#9dfabd Text Font Color

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

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


#9dfabd Background Color

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

This div background color is #9dfabd


#9dfabd Border Color

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

This div border color is #9dfabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfabd

Related Colors


Comments

No comments written yet.

Please login to write comment.