Color Hex Logo

#ccbdaa Color Hex

#CCBDAA
(204,189,170)
0 Favorites   0 Comments

Color spaces of #ccbdaa

RGB 204189170
HSL0.090.250.73
HSV34°17°80°
CMYK 0.000.070.17   0.20
XYZ50.355152.134845.4392
Yxy52.13480.34040.3524
Hunter Lab72.2044-1.872513.2311
CIE-Lab77.36142.160911.5095

#ccbdaa color RGB value is (204,189,170).

#ccbdaa hex color red value is 204, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccbdaa hue: 0.09 , saturation: 0.25 and the lightness value of ccbdaa is 0.73.

The process color (four color CMYK) of #ccbdaa color hex is 0.00, 0.07, 0.17, 0.20. Web safe color of #ccbdaa is #cccc99. Color #ccbdaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10101010
Octal 314 275 252
Decimal 204 189 170
Hex CC BD AA

RGB Percentages of Color #ccbdaa

%36.23
%33.57
%30.20

CMYK Percentages of Color #ccbdaa

%0
%7
%17
%20

Triadic Colors of #ccbdaa

#ccbdaa #aaccbd #bdaacc

Analogous Colors of #ccbdaa

#ccbdaa #caccaa #ccacaa

Monochromatic Colors of #ccbdaa

#ccbdaa

Complementary Color

#ccbdaa #aab9cc

#ccbdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdaa Color CSS Codes

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

#ccbdaa Text Font Color

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

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


#ccbdaa Background Color

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

This div background color is #ccbdaa


#ccbdaa Border Color

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

This div border color is #ccbdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdaa


Comments

No comments written yet.

Please login to write comment.