Color Hex Logo

#9cddca Color Hex

#9CDDCA
(156,221,202)
0 Favorites   0 Comments

Color spaces of #9cddca

RGB 156221202
HSL0.450.490.74
HSV162°29°87°
CMYK 0.290.000.09   0.13
XYZ50.227463.045165.3988
Yxy63.04510.28110.3529
Hunter Lab79.4009-26.03626.7463
CIE-Lab83.4661-24.49492.7474

#9cddca color RGB value is (156,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11001010
Octal 234 335 312
Decimal 156 221 202
Hex 9C DD CA

RGB Percentages of Color #9cddca

%26.94
%38.17
%34.89

CMYK Percentages of Color #9cddca

%29
%0
%9
%13

Triadic Colors of #9cddca

#9cddca #ca9cdd #ddca9c

Analogous Colors of #9cddca

#9cddca #9cd0dd #9cddaa

Monochromatic Colors of #9cddca

#9cddca

Complementary Color

#9cddca #dd9caf

#9cddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cddca Color CSS Codes

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

#9cddca Text Font Color

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

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


#9cddca Background Color

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

This div background color is #9cddca


#9cddca Border Color

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

This div border color is #9cddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cddca


Comments

No comments written yet.

Please login to write comment.