Color Hex Logo

#ccdaad Color Hex

#CCDAAD
(204,218,173)
0 Favorites   0 Comments

Color spaces of #ccdaad

RGB 204218173
HSL0.220.380.77
HSV79°21°85°
CMYK 0.060.000.21   0.15
XYZ57.516165.997349.2425
Yxy65.99730.33290.3820
Hunter Lab81.2387-15.791820.9287
CIE-Lab84.9950-12.407920.6123

#ccdaad color RGB value is (204,218,173).

#ccdaad hex color red value is 204, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ccdaad hue: 0.22 , saturation: 0.38 and the lightness value of ccdaad is 0.77.

The process color (four color CMYK) of #ccdaad color hex is 0.06, 0.00, 0.21, 0.15. Web safe color of #ccdaad is #cccc99. Color #ccdaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 10101101
Octal 314 332 255
Decimal 204 218 173
Hex CC DA AD

RGB Percentages of Color #ccdaad

%34.29
%36.64
%29.08

CMYK Percentages of Color #ccdaad

%6
%0
%21
%15

Triadic Colors of #ccdaad

#ccdaad #adccda #daadcc

Analogous Colors of #ccdaad

#ccdaad #b6daad #dad2ad

Monochromatic Colors of #ccdaad

#ccdaad

Complementary Color

#ccdaad #bbadda

#ccdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdaad Color CSS Codes

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

#ccdaad Text Font Color

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

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


#ccdaad Background Color

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

This div background color is #ccdaad


#ccdaad Border Color

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

This div border color is #ccdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdaad


Comments

No comments written yet.

Please login to write comment.