Color Hex Logo

#ccaba1 Color Hex

#CCABA1
(204,171,161)
0 Favorites   0 Comments

Color spaces of #ccaba1

RGB 204171161
HSL0.040.300.72
HSV14°21°80°
CMYK 0.000.160.21   0.20
XYZ45.897844.536439.8955
Yxy44.53640.35220.3417
Hunter Lab66.73565.977111.2705
CIE-Lab72.585610.43819.6189

#ccaba1 color RGB value is (204,171,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10100001
Octal 314 253 241
Decimal 204 171 161
Hex CC AB A1

RGB Percentages of Color #ccaba1

%38.06
%31.90
%30.04

CMYK Percentages of Color #ccaba1

%0
%16
%21
%20

Triadic Colors of #ccaba1

#ccaba1 #a1ccab #aba1cc

Analogous Colors of #ccaba1

#ccaba1 #ccc1a1 #cca1ad

Monochromatic Colors of #ccaba1

#ccaba1

Complementary Color

#ccaba1 #a1c2cc

#ccaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaba1 Color CSS Codes

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

#ccaba1 Text Font Color

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

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


#ccaba1 Background Color

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

This div background color is #ccaba1


#ccaba1 Border Color

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

This div border color is #ccaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaba1


Comments

No comments written yet.

Please login to write comment.