Color Hex Logo

#9ffddc Color Hex

#9FFDDC
(159,253,220)
0 Favorites   0 Comments

Color spaces of #9ffddc

RGB 159253220
HSL0.440.960.81
HSV159°37°99°
CMYK 0.370.000.13   0.01
XYZ62.341682.788880.4042
Yxy82.78880.27640.3671
Hunter Lab90.9884-36.928511.2987
CIE-Lab92.9219-35.06427.0223

#9ffddc color RGB value is (159,253,220).

#9ffddc hex color red value is 159, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9ffddc hue: 0.44 , saturation: 0.96 and the lightness value of 9ffddc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111101 11011100
Octal 237 375 334
Decimal 159 253 220
Hex 9F FD DC

RGB Percentages of Color #9ffddc

%25.16
%40.03
%34.81

CMYK Percentages of Color #9ffddc

%37
%0
%13
%1

Triadic Colors of #9ffddc

#9ffddc #dc9ffd #fddc9f

Analogous Colors of #9ffddc

#9ffddc #9feffd #9ffdad

Monochromatic Colors of #9ffddc

#9ffddc

Complementary Color

#9ffddc #fd9fc0

#9ffddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffddc Color CSS Codes

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

#9ffddc Text Font Color

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

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


#9ffddc Background Color

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

This div background color is #9ffddc


#9ffddc Border Color

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

This div border color is #9ffddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffddc


Comments

No comments written yet.

Please login to write comment.