Color Hex Logo

#9ffacd Color Hex

#9FFACD
(159,250,205)
0 Favorites   0 Comments

Color spaces of #9ffacd

RGB 159250205
HSL0.420.900.80
HSV150°36°98°
CMYK 0.360.000.18   0.02
XYZ59.503180.149970.0919
Yxy80.14990.28370.3821
Hunter Lab89.5265-38.032716.2493
CIE-Lab91.7521-36.717913.0900

#9ffacd color RGB value is (159,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 11001101
Octal 237 372 315
Decimal 159 250 205
Hex 9F FA CD

RGB Percentages of Color #9ffacd

%25.90
%40.72
%33.39

CMYK Percentages of Color #9ffacd

%36
%0
%18
%2

Triadic Colors of #9ffacd

#9ffacd #cd9ffa #facd9f

Analogous Colors of #9ffacd

#9ffacd #9ffafa #9ffaa0

Monochromatic Colors of #9ffacd

#9ffacd

Complementary Color

#9ffacd #fa9fcc

#9ffacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffacd Color CSS Codes

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

#9ffacd Text Font Color

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

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


#9ffacd Background Color

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

This div background color is #9ffacd


#9ffacd Border Color

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

This div border color is #9ffacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffacd


Comments

No comments written yet.

Please login to write comment.