Color Hex Logo

#9ffadc Color Hex

#9FFADC
(159,250,220)
0 Favorites   0 Comments

Color spaces of #9ffadc

RGB 159250220
HSL0.450.900.80
HSV160°36°98°
CMYK 0.360.000.12   0.02
XYZ61.402080.909480.0910
Yxy80.90940.27610.3638
Hunter Lab89.9497-35.563110.1731
CIE-Lab92.0914-33.67795.8253

#9ffadc color RGB value is (159,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111010 11011100
Octal 237 372 334
Decimal 159 250 220
Hex 9F FA DC

RGB Percentages of Color #9ffadc

%25.28
%39.75
%34.98

CMYK Percentages of Color #9ffadc

%36
%0
%12
%2

Triadic Colors of #9ffadc

#9ffadc #dc9ffa #fadc9f

Analogous Colors of #9ffadc

#9ffadc #9febfa #9ffaaf

Monochromatic Colors of #9ffadc

#9ffadc

Complementary Color

#9ffadc #fa9fbd

#9ffadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffadc Color CSS Codes

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

#9ffadc Text Font Color

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

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


#9ffadc Background Color

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

This div background color is #9ffadc


#9ffadc Border Color

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

This div border color is #9ffadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffadc


Comments

No comments written yet.

Please login to write comment.