Color Hex Logo

#ccaba2 Color Hex

#CCABA2
(204,171,162)
0 Favorites   0 Comments

Color spaces of #ccaba2

RGB 204171162
HSL0.040.290.72
HSV13°21°80°
CMYK 0.000.160.21   0.20
XYZ45.986344.571840.3619
Yxy44.57180.35130.3405
Hunter Lab66.76216.118610.8889
CIE-Lab72.609010.58899.1039

#ccaba2 color RGB value is (204,171,162).

#ccaba2 hex color red value is 204, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ccaba2 hue: 0.04 , saturation: 0.29 and the lightness value of ccaba2 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10100010
Octal 314 253 242
Decimal 204 171 162
Hex CC AB A2

RGB Percentages of Color #ccaba2

%37.99
%31.84
%30.17

CMYK Percentages of Color #ccaba2

%0
%16
%21
%20

Triadic Colors of #ccaba2

#ccaba2 #a2ccab #aba2cc

Analogous Colors of #ccaba2

#ccaba2 #ccc0a2 #cca2ae

Monochromatic Colors of #ccaba2

#ccaba2

Complementary Color

#ccaba2 #a2c3cc

#ccaba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaba2 Color CSS Codes

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

#ccaba2 Text Font Color

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

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


#ccaba2 Background Color

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

This div background color is #ccaba2


#ccaba2 Border Color

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

This div border color is #ccaba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaba2


Comments

No comments written yet.

Please login to write comment.