Color Hex Logo

#9cfcdd Color Hex

#9CFCDD
(156,252,221)
0 Favorites   0 Comments

Color spaces of #9cfcdd

RGB 156252221
HSL0.450.940.80
HSV161°38°99°
CMYK 0.380.000.12   0.01
XYZ61.571981.909280.9715
Yxy81.90920.27430.3649
Hunter Lab90.5037-36.943510.3072
CIE-Lab92.5348-35.19095.9306

#9cfcdd color RGB value is (156,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111100 11011101
Octal 234 374 335
Decimal 156 252 221
Hex 9C FC DD

RGB Percentages of Color #9cfcdd

%24.80
%40.06
%35.14

CMYK Percentages of Color #9cfcdd

%38
%0
%12
%1

Triadic Colors of #9cfcdd

#9cfcdd #dd9cfc #fcdd9c

Analogous Colors of #9cfcdd

#9cfcdd #9cebfc #9cfcad

Monochromatic Colors of #9cfcdd

#9cfcdd

Complementary Color

#9cfcdd #fc9cbb

#9cfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfcdd Color CSS Codes

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

#9cfcdd Text Font Color

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

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


#9cfcdd Background Color

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

This div background color is #9cfcdd


#9cfcdd Border Color

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

This div border color is #9cfcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfcdd


Comments

No comments written yet.

Please login to write comment.