Color Hex Logo

#9ffadd Color Hex

#9FFADD
(159,250,221)
0 Favorites   0 Comments

Color spaces of #9ffadd

RGB 159250221
HSL0.450.900.80
HSV161°36°98°
CMYK 0.360.000.12   0.02
XYZ61.534880.962680.7907
Yxy80.96260.27560.3626
Hunter Lab89.9792-35.39149.7500
CIE-Lab92.1150-33.46865.3420

#9ffadd color RGB value is (159,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 11011101
Octal 237 372 335
Decimal 159 250 221
Hex 9F FA DD

RGB Percentages of Color #9ffadd

%25.24
%39.68
%35.08

CMYK Percentages of Color #9ffadd

%36
%0
%12
%2

Triadic Colors of #9ffadd

#9ffadd #dd9ffa #fadd9f

Analogous Colors of #9ffadd

#9ffadd #9feafa #9ffab0

Monochromatic Colors of #9ffadd

#9ffadd

Complementary Color

#9ffadd #fa9fbc

#9ffadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffadd Color CSS Codes

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

#9ffadd Text Font Color

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

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


#9ffadd Background Color

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

This div background color is #9ffadd


#9ffadd Border Color

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

This div border color is #9ffadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffadd

Related Colors


Comments

No comments written yet.

Please login to write comment.