Color Hex Logo

#9cffdd Color Hex

#9CFFDD
(156,255,221)
0 Favorites   0 Comments

Color spaces of #9cffdd

RGB 156255221
HSL0.441.000.81
HSV159°39°100°
CMYK 0.390.000.13   0.00
XYZ62.521483.808481.2880
Yxy83.80840.27470.3682
Hunter Lab91.5469-38.301711.4370
CIE-Lab93.3672-36.56657.1301

#9cffdd color RGB value is (156,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111111 11011101
Octal 234 377 335
Decimal 156 255 221
Hex 9C FF DD

RGB Percentages of Color #9cffdd

%24.68
%40.35
%34.97

CMYK Percentages of Color #9cffdd

%39
%0
%13
%0

Triadic Colors of #9cffdd

#9cffdd #dd9cff #ffdd9c

Analogous Colors of #9cffdd

#9cffdd #9cf0ff #9cffac

Monochromatic Colors of #9cffdd

#9cffdd

Complementary Color

#9cffdd #ff9cbe

#9cffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cffdd Color CSS Codes

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

#9cffdd Text Font Color

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

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


#9cffdd Background Color

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

This div background color is #9cffdd


#9cffdd Border Color

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

This div border color is #9cffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.