Color Hex Logo

#ccaab6 Color Hex

#CCAAB6
(204,170,182)
0 Favorites   0 Comments

Color spaces of #ccaab6

RGB 204170182
HSL0.940.250.73
HSV339°17°80°
CMYK 0.000.170.11   0.20
XYZ47.720144.964250.4198
Yxy44.96420.33350.3142
Hunter Lab67.05549.68312.3578
CIE-Lab72.868314.3437-1.5097

#ccaab6 color RGB value is (204,170,182).

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

The process color (four color CMYK) of #ccaab6 color hex is 0.00, 0.17, 0.11, 0.20. Web safe color of #ccaab6 is #cc99cc. Color #ccaab6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10110110
Octal 314 252 266
Decimal 204 170 182
Hex CC AA B6

RGB Percentages of Color #ccaab6

%36.69
%30.58
%32.73

CMYK Percentages of Color #ccaab6

%0
%17
%11
%20

Triadic Colors of #ccaab6

#ccaab6 #b6ccaa #aab6cc

Analogous Colors of #ccaab6

#ccaab6 #ccafaa #ccaac7

Monochromatic Colors of #ccaab6

#ccaab6

Complementary Color

#ccaab6 #aaccc0

#ccaab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaab6 Color CSS Codes

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

#ccaab6 Text Font Color

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

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


#ccaab6 Background Color

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

This div background color is #ccaab6


#ccaab6 Border Color

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

This div border color is #ccaab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaab6


Comments

No comments written yet.

Please login to write comment.