Color Hex Logo

#9ccaad Color Hex

#9CCAAD
(156,202,173)
0 Favorites   0 Comments

Color spaces of #9ccaad

RGB 156202173
HSL0.390.300.70
HSV142°23°79°
CMYK 0.230.000.14   0.21
XYZ42.373752.326147.4018
Yxy52.32610.29820.3682
Hunter Lab72.3368-22.027011.7834
CIE-Lab77.4754-20.94719.5846

#9ccaad color RGB value is (156,202,173).

#9ccaad hex color red value is 156, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9ccaad hue: 0.39 , saturation: 0.30 and the lightness value of 9ccaad is 0.70.

The process color (four color CMYK) of #9ccaad color hex is 0.23, 0.00, 0.14, 0.21. Web safe color of #9ccaad is #99cc99. Color #9ccaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001010 10101101
Octal 234 312 255
Decimal 156 202 173
Hex 9C CA AD

RGB Percentages of Color #9ccaad

%29.38
%38.04
%32.58

CMYK Percentages of Color #9ccaad

%23
%0
%14
%21

Triadic Colors of #9ccaad

#9ccaad #ad9cca #caad9c

Analogous Colors of #9ccaad

#9ccaad #9ccac4 #a2ca9c

Monochromatic Colors of #9ccaad

#9ccaad

Complementary Color

#9ccaad #ca9cb9

#9ccaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccaad Color CSS Codes

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

#9ccaad Text Font Color

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

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


#9ccaad Background Color

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

This div background color is #9ccaad


#9ccaad Border Color

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

This div border color is #9ccaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccaad


Comments

No comments written yet.

Please login to write comment.