Color Hex Logo

#ccb4af Color Hex

#CCB4AF
(204,180,175)
0 Favorites   0 Comments

Color spaces of #ccb4af

RGB 204180175
HSL0.030.220.74
HSV10°14°80°
CMYK 0.000.120.14   0.20
XYZ48.961048.575047.3528
Yxy48.57500.33790.3353
Hunter Lab69.69583.42798.5041
CIE-Lab75.18627.76815.6899

#ccb4af color RGB value is (204,180,175).

#ccb4af hex color red value is 204, green value is 180 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ccb4af hue: 0.03 , saturation: 0.22 and the lightness value of ccb4af is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10101111
Octal 314 264 257
Decimal 204 180 175
Hex CC B4 AF

RGB Percentages of Color #ccb4af

%36.49
%32.20
%31.31

CMYK Percentages of Color #ccb4af

%0
%12
%14
%20

Triadic Colors of #ccb4af

#ccb4af #afccb4 #b4afcc

Analogous Colors of #ccb4af

#ccb4af #ccc3af #ccafb9

Monochromatic Colors of #ccb4af

#ccb4af

Complementary Color

#ccb4af #afc7cc

#ccb4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4af Color CSS Codes

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

#ccb4af Text Font Color

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

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


#ccb4af Background Color

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

This div background color is #ccb4af


#ccb4af Border Color

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

This div border color is #ccb4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4af


Comments

No comments written yet.

Please login to write comment.