Color Hex Logo

#9cdaad Color Hex

#9CDAAD
(156,218,173)
0 Favorites   0 Comments

Color spaces of #9cdaad

RGB 156218173
HSL0.380.460.73
HSV136°28°85°
CMYK 0.280.000.21   0.15
XYZ46.324560.227948.7187
Yxy60.22790.29830.3879
Hunter Lab77.6066-29.262417.1045
CIE-Lab81.9619-28.765315.9290

#9cdaad color RGB value is (156,218,173).

#9cdaad hex color red value is 156, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9cdaad hue: 0.38 , saturation: 0.46 and the lightness value of 9cdaad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011010 10101101
Octal 234 332 255
Decimal 156 218 173
Hex 9C DA AD

RGB Percentages of Color #9cdaad

%28.52
%39.85
%31.63

CMYK Percentages of Color #9cdaad

%28
%0
%21
%15

Triadic Colors of #9cdaad

#9cdaad #ad9cda #daad9c

Analogous Colors of #9cdaad

#9cdaad #9cdacc #aada9c

Monochromatic Colors of #9cdaad

#9cdaad

Complementary Color

#9cdaad #da9cc9

#9cdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdaad Color CSS Codes

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

#9cdaad Text Font Color

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

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


#9cdaad Background Color

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

This div background color is #9cdaad


#9cdaad Border Color

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

This div border color is #9cdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdaad


Comments

No comments written yet.

Please login to write comment.