Color Hex Logo

#c6ddad Color Hex

#C6DDAD
(198,221,173)
0 Favorites   0 Comments

Color spaces of #c6ddad

RGB 198221173
HSL0.250.410.77
HSV89°22°87°
CMYK 0.100.000.22   0.13
XYZ56.688066.735849.4287
Yxy66.73580.32800.3861
Hunter Lab81.6920-19.095621.3103
CIE-Lab85.3704-16.065121.0661

#c6ddad color RGB value is (198,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011101 10101101
Octal 306 335 255
Decimal 198 221 173
Hex C6 DD AD

RGB Percentages of Color #c6ddad

%33.45
%37.33
%29.22

CMYK Percentages of Color #c6ddad

%10
%0
%22
%13

Triadic Colors of #c6ddad

#c6ddad #adc6dd #ddadc6

Analogous Colors of #c6ddad

#c6ddad #aeddad #dddcad

Monochromatic Colors of #c6ddad

#c6ddad

Complementary Color

#c6ddad #c4addd

#c6ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ddad Color CSS Codes

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

#c6ddad Text Font Color

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

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


#c6ddad Background Color

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

This div background color is #c6ddad


#c6ddad Border Color

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

This div border color is #c6ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ddad


Comments

No comments written yet.

Please login to write comment.