Color Hex Logo

#ccdbaa Color Hex

#CCDBAA
(204,219,170)
0 Favorites   0 Comments

Color spaces of #ccdbaa

RGB 204219170
HSL0.220.400.76
HSV78°22°86°
CMYK 0.070.000.22   0.14
XYZ57.489166.402747.8172
Yxy66.40270.33480.3867
Hunter Lab81.4879-16.673322.2500
CIE-Lab85.2014-13.363622.4638

#ccdbaa color RGB value is (204,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10101010
Octal 314 333 252
Decimal 204 219 170
Hex CC DB AA

RGB Percentages of Color #ccdbaa

%34.40
%36.93
%28.67

CMYK Percentages of Color #ccdbaa

%7
%0
%22
%14

Triadic Colors of #ccdbaa

#ccdbaa #aaccdb #dbaacc

Analogous Colors of #ccdbaa

#ccdbaa #b4dbaa #dbd2aa

Monochromatic Colors of #ccdbaa

#ccdbaa

Complementary Color

#ccdbaa #b9aadb

#ccdbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbaa Color CSS Codes

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

#ccdbaa Text Font Color

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

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


#ccdbaa Background Color

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

This div background color is #ccdbaa


#ccdbaa Border Color

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

This div border color is #ccdbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,219,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccdbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbaa


Comments

No comments written yet.

Please login to write comment.