Color Hex Logo

#9cdcdc Color Hex

#9CDCDC
(156,220,220)
0 Favorites   0 Comments

Color spaces of #9cdcdc

RGB 156220220
HSL0.500.480.74
HSV180°29°86°
CMYK 0.290.000.00   0.14
XYZ52.221863.421677.1994
Yxy63.42160.27080.3289
Hunter Lab79.6377-22.3159-1.7283
CIE-Lab83.6637-20.0656-6.5057

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011100 11011100
Octal 234 334 334
Decimal 156 220 220
Hex 9C DC DC

RGB Percentages of Color #9cdcdc

%26.17
%36.91
%36.91

CMYK Percentages of Color #9cdcdc

%29
%0
%0
%14

Triadic Colors of #9cdcdc

#9cdcdc #dc9cdc #dcdc9c

Analogous Colors of #9cdcdc

#9cdcdc #9cbcdc #9cdcbc

Monochromatic Colors of #9cdcdc

#9cdcdc

Complementary Color

#9cdcdc #dc9c9c

#9cdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdcdc Color CSS Codes

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

#9cdcdc Text Font Color

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

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


#9cdcdc Background Color

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

This div background color is #9cdcdc


#9cdcdc Border Color

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

This div border color is #9cdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdcdc


Comments

No comments written yet.

Please login to write comment.