Color Hex Logo

#c3aaba Color Hex

#C3AABA
(195,170,186)
0 Favorites   0 Comments

Color spaces of #c3aaba

RGB 195170186
HSL0.890.170.72
HSV322°13°76°
CMYK 0.000.130.05   0.24
XYZ45.743343.896752.5164
Yxy43.89670.32180.3088
Hunter Lab66.25467.2939-0.6177
CIE-Lab72.159411.8344-4.8476

#c3aaba color RGB value is (195,170,186).

#c3aaba hex color red value is 195, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c3aaba hue: 0.89 , saturation: 0.17 and the lightness value of c3aaba is 0.72.

The process color (four color CMYK) of #c3aaba color hex is 0.00, 0.13, 0.05, 0.24. Web safe color of #c3aaba is #cc99cc. Color #c3aaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 10111010
Octal 303 252 272
Decimal 195 170 186
Hex C3 AA BA

RGB Percentages of Color #c3aaba

%35.39
%30.85
%33.76

CMYK Percentages of Color #c3aaba

%0
%13
%5
%24

Triadic Colors of #c3aaba

#c3aaba #bac3aa #aabac3

Analogous Colors of #c3aaba

#c3aaba #c3aaae #c0aac3

Monochromatic Colors of #c3aaba

#c3aaba

Complementary Color

#c3aaba #aac3b3

#c3aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aaba Color CSS Codes

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

#c3aaba Text Font Color

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

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


#c3aaba Background Color

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

This div background color is #c3aaba


#c3aaba Border Color

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

This div border color is #c3aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aaba


Comments

No comments written yet.

Please login to write comment.