Color Hex Logo

#c4aaca Color Hex

#C4AACA
(196,170,202)
0 Favorites   0 Comments

Color spaces of #c4aaca

RGB 196170202
HSL0.800.230.73
HSV289°16°79°
CMYK 0.030.160.00   0.21
XYZ47.800344.749561.9953
Yxy44.74950.30930.2896
Hunter Lab66.895110.4820-8.1207
CIE-Lab72.726615.1768-12.7893

#c4aaca color RGB value is (196,170,202).

#c4aaca hex color red value is 196, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c4aaca hue: 0.80 , saturation: 0.23 and the lightness value of c4aaca is 0.73.

The process color (four color CMYK) of #c4aaca color hex is 0.03, 0.16, 0.00, 0.21. Web safe color of #c4aaca is #cc99cc. Color #c4aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 11001010
Octal 304 252 312
Decimal 196 170 202
Hex C4 AA CA

RGB Percentages of Color #c4aaca

%34.51
%29.93
%35.56

CMYK Percentages of Color #c4aaca

%3
%16
%0
%21

Triadic Colors of #c4aaca

#c4aaca #cac4aa #aacac4

Analogous Colors of #c4aaca

#c4aaca #caaac0 #b4aaca

Monochromatic Colors of #c4aaca

#c4aaca

Complementary Color

#c4aaca #b0caaa

#c4aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aaca Color CSS Codes

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

#c4aaca Text Font Color

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

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


#c4aaca Background Color

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

This div background color is #c4aaca


#c4aaca Border Color

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

This div border color is #c4aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aaca


Comments

No comments written yet.

Please login to write comment.