Color Hex Logo

#9cdccc Color Hex

#9CDCCC
(156,220,204)
0 Favorites   0 Comments

Color spaces of #9cdccc

RGB 156220204
HSL0.460.480.74
HSV165°29°86°
CMYK 0.290.000.07   0.14
XYZ50.202662.614066.5665
Yxy62.61400.27990.3491
Hunter Lab79.1290-25.22825.5132
CIE-Lab83.2389-23.58201.3572

#9cdccc color RGB value is (156,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011100 11001100
Octal 234 334 314
Decimal 156 220 204
Hex 9C DC CC

RGB Percentages of Color #9cdccc

%26.90
%37.93
%35.17

CMYK Percentages of Color #9cdccc

%29
%0
%7
%14

Triadic Colors of #9cdccc

#9cdccc #cc9cdc #dccc9c

Analogous Colors of #9cdccc

#9cdccc #9cccdc #9cdcac

Monochromatic Colors of #9cdccc

#9cdccc

Complementary Color

#9cdccc #dc9cac

#9cdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdccc Color CSS Codes

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

#9cdccc Text Font Color

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

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


#9cdccc Background Color

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

This div background color is #9cdccc


#9cdccc Border Color

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

This div border color is #9cdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdccc


Comments

No comments written yet.

Please login to write comment.