Color Hex Logo

#c5ddad Color Hex

#C5DDAD
(197,221,173)
0 Favorites   0 Comments

Color spaces of #c5ddad

RGB 197221173
HSL0.250.410.77
HSV90°22°87°
CMYK 0.110.000.22   0.13
XYZ56.425266.600349.4164
Yxy66.60030.32720.3862
Hunter Lab81.6090-19.399321.2247
CIE-Lab85.3017-16.420520.9605

#c5ddad color RGB value is (197,221,173).

#c5ddad hex color red value is 197, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c5ddad hue: 0.25 , saturation: 0.41 and the lightness value of c5ddad is 0.77.

The process color (four color CMYK) of #c5ddad color hex is 0.11, 0.00, 0.22, 0.13. Web safe color of #c5ddad is #cccc99. Color #c5ddad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011101 10101101
Octal 305 335 255
Decimal 197 221 173
Hex C5 DD AD

RGB Percentages of Color #c5ddad

%33.33
%37.39
%29.27

CMYK Percentages of Color #c5ddad

%11
%0
%22
%13

Triadic Colors of #c5ddad

#c5ddad #adc5dd #ddadc5

Analogous Colors of #c5ddad

#c5ddad #adddad #ddddad

Monochromatic Colors of #c5ddad

#c5ddad

Complementary Color

#c5ddad #c5addd

#c5ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ddad Color CSS Codes

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

#c5ddad Text Font Color

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

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


#c5ddad Background Color

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

This div background color is #c5ddad


#c5ddad Border Color

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

This div border color is #c5ddad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,221,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5ddad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5ddad;
  -webkit-box-shadow: 1px 1px 3px 2px #c5ddad;
  box-shadow:         1px 1px 3px 2px #c5ddad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,221,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 #c5ddad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ddad


Comments

No comments written yet.

Please login to write comment.