Color Hex Logo

#ccaaba Color Hex

#CCAABA
(204,170,186)
0 Favorites   0 Comments

Color spaces of #ccaaba

RGB 204170186
HSL0.920.250.73
HSV332°17°80°
CMYK 0.000.170.09   0.20
XYZ48.139545.132052.6285
Yxy45.13200.32990.3093
Hunter Lab67.180410.34230.5790
CIE-Lab72.978715.0286-3.5465

#ccaaba color RGB value is (204,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10111010
Octal 314 252 272
Decimal 204 170 186
Hex CC AA BA

RGB Percentages of Color #ccaaba

%36.43
%30.36
%33.21

CMYK Percentages of Color #ccaaba

%0
%17
%9
%20

Triadic Colors of #ccaaba

#ccaaba #baccaa #aabacc

Analogous Colors of #ccaaba

#ccaaba #ccabaa #ccaacb

Monochromatic Colors of #ccaaba

#ccaaba

Complementary Color

#ccaaba #aaccbc

#ccaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaba Color CSS Codes

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

#ccaaba Text Font Color

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

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


#ccaaba Background Color

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

This div background color is #ccaaba


#ccaaba Border Color

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

This div border color is #ccaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaba


Comments

No comments written yet.

Please login to write comment.