Color Hex Logo

#ccab9b Color Hex

#CCAB9B
(204,171,155)
0 Favorites   0 Comments

Color spaces of #ccab9b

RGB 204171155
HSL0.050.320.70
HSV20°24°80°
CMYK 0.000.160.24   0.20
XYZ45.381144.329737.1750
Yxy44.32970.35770.3494
Hunter Lab66.58065.149113.5020
CIE-Lab72.44839.552112.7122

#ccab9b color RGB value is (204,171,155).

#ccab9b hex color red value is 204, green value is 171 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccab9b hue: 0.05 , saturation: 0.32 and the lightness value of ccab9b is 0.70.

The process color (four color CMYK) of #ccab9b color hex is 0.00, 0.16, 0.24, 0.20. Web safe color of #ccab9b is #cc9999. Color #ccab9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10011011
Octal 314 253 233
Decimal 204 171 155
Hex CC AB 9B

RGB Percentages of Color #ccab9b

%38.49
%32.26
%29.25

CMYK Percentages of Color #ccab9b

%0
%16
%24
%20

Triadic Colors of #ccab9b

#ccab9b #9bccab #ab9bcc

Analogous Colors of #ccab9b

#ccab9b #ccc49b #cc9ba4

Monochromatic Colors of #ccab9b

#ccab9b

Complementary Color

#ccab9b #9bbccc

#ccab9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab9b Color CSS Codes

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

#ccab9b Text Font Color

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

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


#ccab9b Background Color

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

This div background color is #ccab9b


#ccab9b Border Color

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

This div border color is #ccab9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab9b


Comments

No comments written yet.

Please login to write comment.