Color Hex Logo

#9fffdd Color Hex

#9FFFDD
(159,255,221)
0 Favorites   0 Comments

Color spaces of #9fffdd

RGB 159255221
HSL0.441.000.81
HSV159°38°100°
CMYK 0.380.000.13   0.00
XYZ63.109284.111481.3155
Yxy84.11140.27610.3680
Hunter Lab91.7123-37.666711.6299
CIE-Lab93.4989-35.77547.3366

#9fffdd color RGB value is (159,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111111 11011101
Octal 237 377 335
Decimal 159 255 221
Hex 9F FF DD

RGB Percentages of Color #9fffdd

%25.04
%40.16
%34.80

CMYK Percentages of Color #9fffdd

%38
%0
%13
%0

Triadic Colors of #9fffdd

#9fffdd #dd9fff #ffdd9f

Analogous Colors of #9fffdd

#9fffdd #9ff1ff #9fffad

Monochromatic Colors of #9fffdd

#9fffdd

Complementary Color

#9fffdd #ff9fc1

#9fffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fffdd Color CSS Codes

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

#9fffdd Text Font Color

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

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


#9fffdd Background Color

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

This div background color is #9fffdd


#9fffdd Border Color

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

This div border color is #9fffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fffdd

Related Colors

#9fffdd Color Palettes


Comments

No comments written yet.

Please login to write comment.