Color Hex Logo

#ccb3aa Color Hex

#CCB3AA
(204,179,170)
0 Favorites   0 Comments

Color spaces of #ccb3aa

RGB 204179170
HSL0.040.250.73
HSV16°17°80°
CMYK 0.000.120.17   0.20
XYZ48.277647.979844.7467
Yxy47.97980.34240.3403
Hunter Lab69.26753.191810.1859
CIE-Lab74.81227.50657.8775

#ccb3aa color RGB value is (204,179,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 10101010
Octal 314 263 252
Decimal 204 179 170
Hex CC B3 AA

RGB Percentages of Color #ccb3aa

%36.89
%32.37
%30.74

CMYK Percentages of Color #ccb3aa

%0
%12
%17
%20

Triadic Colors of #ccb3aa

#ccb3aa #aaccb3 #b3aacc

Analogous Colors of #ccb3aa

#ccb3aa #ccc4aa #ccaab2

Monochromatic Colors of #ccb3aa

#ccb3aa

Complementary Color

#ccb3aa #aac3cc

#ccb3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb3aa Color CSS Codes

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

#ccb3aa Text Font Color

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

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


#ccb3aa Background Color

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

This div background color is #ccb3aa


#ccb3aa Border Color

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

This div border color is #ccb3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb3aa


Comments

No comments written yet.

Please login to write comment.