Color Hex Logo

#ccdbad Color Hex

#CCDBAD
(204,219,173)
0 Favorites   0 Comments

Color spaces of #ccdbad

RGB 204219173
HSL0.220.390.77
HSV80°21°86°
CMYK 0.070.000.21   0.14
XYZ57.776266.517549.3292
Yxy66.51750.33280.3831
Hunter Lab81.5583-16.276821.2302
CIE-Lab85.2597-12.912120.9786

#ccdbad color RGB value is (204,219,173).

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

The process color (four color CMYK) of #ccdbad color hex is 0.07, 0.00, 0.21, 0.14. Web safe color of #ccdbad is #cccc99. Color #ccdbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10101101
Octal 314 333 255
Decimal 204 219 173
Hex CC DB AD

RGB Percentages of Color #ccdbad

%34.23
%36.74
%29.03

CMYK Percentages of Color #ccdbad

%7
%0
%21
%14

Triadic Colors of #ccdbad

#ccdbad #adccdb #dbadcc

Analogous Colors of #ccdbad

#ccdbad #b5dbad #dbd3ad

Monochromatic Colors of #ccdbad

#ccdbad

Complementary Color

#ccdbad #bcaddb

#ccdbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbad Color CSS Codes

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

#ccdbad Text Font Color

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

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


#ccdbad Background Color

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

This div background color is #ccdbad


#ccdbad Border Color

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

This div border color is #ccdbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbad


Comments

No comments written yet.

Please login to write comment.