Color Hex Logo

#c0ddad Color Hex

#C0DDAD
(192,221,173)
0 Favorites   0 Comments

Color spaces of #c0ddad

RGB 192221173
HSL0.270.410.77
HSV96°22°87°
CMYK 0.130.000.22   0.13
XYZ55.137565.936549.3561
Yxy65.93650.32350.3869
Hunter Lab81.2013-20.896820.8030
CIE-Lab84.9640-18.186420.4409

#c0ddad color RGB value is (192,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011101 10101101
Octal 300 335 255
Decimal 192 221 173
Hex C0 DD AD

RGB Percentages of Color #c0ddad

%32.76
%37.71
%29.52

CMYK Percentages of Color #c0ddad

%13
%0
%22
%13

Triadic Colors of #c0ddad

#c0ddad #adc0dd #ddadc0

Analogous Colors of #c0ddad

#c0ddad #adddb2 #d8ddad

Monochromatic Colors of #c0ddad

#c0ddad

Complementary Color

#c0ddad #caaddd

#c0ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ddad Color CSS Codes

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

#c0ddad Text Font Color

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

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


#c0ddad Background Color

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

This div background color is #c0ddad


#c0ddad Border Color

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

This div border color is #c0ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ddad


Comments

No comments written yet.

Please login to write comment.