Color Hex Logo

#ccb4aa Color Hex

#CCB4AA
(204,180,170)
0 Favorites   0 Comments

Color spaces of #ccb4aa

RGB 204180170
HSL0.050.250.73
HSV18°17°80°
CMYK 0.000.120.17   0.20
XYZ48.478848.382244.8138
Yxy48.38220.34220.3415
Hunter Lab69.55732.682410.4913
CIE-Lab75.06546.96878.2397

#ccb4aa color RGB value is (204,180,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10101010
Octal 314 264 252
Decimal 204 180 170
Hex CC B4 AA

RGB Percentages of Color #ccb4aa

%36.82
%32.49
%30.69

CMYK Percentages of Color #ccb4aa

%0
%12
%17
%20

Triadic Colors of #ccb4aa

#ccb4aa #aaccb4 #b4aacc

Analogous Colors of #ccb4aa

#ccb4aa #ccc5aa #ccaab1

Monochromatic Colors of #ccb4aa

#ccb4aa

Complementary Color

#ccb4aa #aac2cc

#ccb4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4aa Color CSS Codes

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

#ccb4aa Text Font Color

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

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


#ccb4aa Background Color

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

This div background color is #ccb4aa


#ccb4aa Border Color

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

This div border color is #ccb4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4aa

#ccb4aa Color Palettes


Comments

No comments written yet.

Please login to write comment.