Color Hex Logo

#ccaaab Color Hex

#CCAAAB
(204,170,171)
0 Favorites   0 Comments

Color spaces of #ccaaab

RGB 204170171
HSL1.000.250.73
HSV358°17°80°
CMYK 0.000.170.16   0.20
XYZ46.627344.527144.6651
Yxy44.52710.34330.3278
Hunter Lab66.72867.95367.0240
CIE-Lab72.579412.53204.1184

#ccaaab color RGB value is (204,170,171).

#ccaaab hex color red value is 204, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccaaab hue: 1.00 , saturation: 0.25 and the lightness value of ccaaab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10101011
Octal 314 252 253
Decimal 204 170 171
Hex CC AA AB

RGB Percentages of Color #ccaaab

%37.43
%31.19
%31.38

CMYK Percentages of Color #ccaaab

%0
%17
%16
%20

Triadic Colors of #ccaaab

#ccaaab #abccaa #aaabcc

Analogous Colors of #ccaaab

#ccaaab #ccbaaa #ccaabc

Monochromatic Colors of #ccaaab

#ccaaab

Complementary Color

#ccaaab #aacccb

#ccaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaab Color CSS Codes

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

#ccaaab Text Font Color

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

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


#ccaaab Background Color

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

This div background color is #ccaaab


#ccaaab Border Color

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

This div border color is #ccaaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,170,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 #ccaaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaab


Comments

No comments written yet.

Please login to write comment.