Color Hex Logo

#9cddcc Color Hex

#9CDDCC
(156,221,204)
0 Favorites   0 Comments

Color spaces of #9cddcc

RGB 156221204
HSL0.460.490.74
HSV164°29°87°
CMYK 0.290.000.08   0.13
XYZ50.465863.140566.6542
Yxy63.14050.28000.3503
Hunter Lab79.4610-25.69115.8885
CIE-Lab83.5162-24.07251.7609

#9cddcc color RGB value is (156,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11001100
Octal 234 335 314
Decimal 156 221 204
Hex 9C DD CC

RGB Percentages of Color #9cddcc

%26.85
%38.04
%35.11

CMYK Percentages of Color #9cddcc

%29
%0
%8
%13

Triadic Colors of #9cddcc

#9cddcc #cc9cdd #ddcc9c

Analogous Colors of #9cddcc

#9cddcc #9ccedd #9cddac

Monochromatic Colors of #9cddcc

#9cddcc

Complementary Color

#9cddcc #dd9cad

#9cddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cddcc Color CSS Codes

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

#9cddcc Text Font Color

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

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


#9cddcc Background Color

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

This div background color is #9cddcc


#9cddcc Border Color

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

This div border color is #9cddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cddcc


Comments

No comments written yet.

Please login to write comment.