Color Hex Logo

#ccbfab Color Hex

#CCBFAB
(204,191,171)
1 Favorites   0 Comments

Color spaces of #ccbfab

RGB 204191171
HSL0.100.240.74
HSV36°16°80°
CMYK 0.000.060.16   0.20
XYZ50.883353.039246.0838
Yxy53.03920.33920.3536
Hunter Lab72.8280-2.735113.4623
CIE-Lab77.89811.256911.7316

#ccbfab color RGB value is (204,191,171).

#ccbfab hex color red value is 204, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccbfab hue: 0.10 , saturation: 0.24 and the lightness value of ccbfab is 0.74.

The process color (four color CMYK) of #ccbfab color hex is 0.00, 0.06, 0.16, 0.20. Web safe color of #ccbfab is #cccc99. Color #ccbfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 10101011
Octal 314 277 253
Decimal 204 191 171
Hex CC BF AB

RGB Percentages of Color #ccbfab

%36.04
%33.75
%30.21

CMYK Percentages of Color #ccbfab

%0
%6
%16
%20

Triadic Colors of #ccbfab

#ccbfab #abccbf #bfabcc

Analogous Colors of #ccbfab

#ccbfab #c9ccab #ccafab

Monochromatic Colors of #ccbfab

#ccbfab

Complementary Color

#ccbfab #abb8cc

#ccbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbfab Color CSS Codes

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

#ccbfab Text Font Color

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

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


#ccbfab Background Color

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

This div background color is #ccbfab


#ccbfab Border Color

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

This div border color is #ccbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbfab

#ccbfab Color Palettes


Comments

No comments written yet.

Please login to write comment.