Color Hex Logo

#9ffabd Color Hex

#9FFABD
(159,250,189)
0 Favorites   0 Comments

Color spaces of #9ffabd

RGB 159250189
HSL0.390.900.80
HSV140°36°98°
CMYK 0.360.000.24   0.02
XYZ57.669079.416360.4335
Yxy79.41630.29200.4021
Hunter Lab89.1158-40.441022.1738
CIE-Lab91.4223-39.737320.8485

#9ffabd color RGB value is (159,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 10111101
Octal 237 372 275
Decimal 159 250 189
Hex 9F FA BD

RGB Percentages of Color #9ffabd

%26.59
%41.81
%31.61

CMYK Percentages of Color #9ffabd

%36
%0
%24
%2

Triadic Colors of #9ffabd

#9ffabd #bd9ffa #fabd9f

Analogous Colors of #9ffabd

#9ffabd #9ffaeb #affa9f

Monochromatic Colors of #9ffabd

#9ffabd

Complementary Color

#9ffabd #fa9fdc

#9ffabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffabd Color CSS Codes

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

#9ffabd Text Font Color

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

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


#9ffabd Background Color

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

This div background color is #9ffabd


#9ffabd Border Color

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

This div border color is #9ffabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffabd


Comments

No comments written yet.

Please login to write comment.