Color Hex Logo

#c7ddad Color Hex

#C7DDAD
(199,221,173)
0 Favorites   0 Comments

Color spaces of #c7ddad

RGB 199221173
HSL0.240.410.77
HSV88°22°87°
CMYK 0.100.000.22   0.13
XYZ56.952566.872149.4411
Yxy66.87210.32870.3860
Hunter Lab81.7754-18.790521.3962
CIE-Lab85.4393-15.708821.1722

#c7ddad color RGB value is (199,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011101 10101101
Octal 307 335 255
Decimal 199 221 173
Hex C7 DD AD

RGB Percentages of Color #c7ddad

%33.56
%37.27
%29.17

CMYK Percentages of Color #c7ddad

%10
%0
%22
%13

Triadic Colors of #c7ddad

#c7ddad #adc7dd #ddadc7

Analogous Colors of #c7ddad

#c7ddad #afddad #dddbad

Monochromatic Colors of #c7ddad

#c7ddad

Complementary Color

#c7ddad #c3addd

#c7ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ddad Color CSS Codes

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

#c7ddad Text Font Color

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

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


#c7ddad Background Color

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

This div background color is #c7ddad


#c7ddad Border Color

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

This div border color is #c7ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ddad

#c7ddad Color Palettes


Comments

No comments written yet.

Please login to write comment.