Color Hex Logo

#9cdfca Color Hex

#9CDFCA
(156,223,202)
0 Favorites   0 Comments

Color spaces of #9cdfca

RGB 156223202
HSL0.450.510.74
HSV161°30°87°
CMYK 0.300.000.09   0.13
XYZ50.758664.107565.5758
Yxy64.10750.28130.3553
Hunter Lab80.0672-26.95747.4879
CIE-Lab84.0217-25.46973.5532

#9cdfca color RGB value is (156,223,202).

#9cdfca hex color red value is 156, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9cdfca hue: 0.45 , saturation: 0.51 and the lightness value of 9cdfca is 0.74.

The process color (four color CMYK) of #9cdfca color hex is 0.30, 0.00, 0.09, 0.13. Web safe color of #9cdfca is #99cccc. Color #9cdfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011111 11001010
Octal 234 337 312
Decimal 156 223 202
Hex 9C DF CA

RGB Percentages of Color #9cdfca

%26.85
%38.38
%34.77

CMYK Percentages of Color #9cdfca

%30
%0
%9
%13

Triadic Colors of #9cdfca

#9cdfca #ca9cdf #dfca9c

Analogous Colors of #9cdfca

#9cdfca #9cd3df #9cdfa9

Monochromatic Colors of #9cdfca

#9cdfca

Complementary Color

#9cdfca #df9cb1

#9cdfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdfca Color CSS Codes

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

#9cdfca Text Font Color

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

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


#9cdfca Background Color

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

This div background color is #9cdfca


#9cdfca Border Color

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

This div border color is #9cdfca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,223,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdfca


Comments

No comments written yet.

Please login to write comment.