Color Hex Logo

#9ccdbc Color Hex

#9CCDBC
(156,205,188)
0 Favorites   0 Comments

Color spaces of #9ccdbc

RGB 156205188
HSL0.440.330.71
HSV159°24°80°
CMYK 0.240.000.08   0.20
XYZ44.618754.361455.7181
Yxy54.36140.28840.3514
Hunter Lab73.7302-21.00646.8055
CIE-Lab78.6720-19.47493.2563

#9ccdbc color RGB value is (156,205,188).

#9ccdbc hex color red value is 156, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9ccdbc hue: 0.44 , saturation: 0.33 and the lightness value of 9ccdbc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001101 10111100
Octal 234 315 274
Decimal 156 205 188
Hex 9C CD BC

RGB Percentages of Color #9ccdbc

%28.42
%37.34
%34.24

CMYK Percentages of Color #9ccdbc

%24
%0
%8
%20

Triadic Colors of #9ccdbc

#9ccdbc #bc9ccd #cdbc9c

Analogous Colors of #9ccdbc

#9ccdbc #9cc6cd #9ccda4

Monochromatic Colors of #9ccdbc

#9ccdbc

Complementary Color

#9ccdbc #cd9cad

#9ccdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccdbc Color CSS Codes

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

#9ccdbc Text Font Color

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

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


#9ccdbc Background Color

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

This div background color is #9ccdbc


#9ccdbc Border Color

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

This div border color is #9ccdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccdbc


Comments

No comments written yet.

Please login to write comment.