Color Hex Logo

#c3abaa Color Hex

#C3ABAA
(195,171,170)
0 Favorites   0 Comments

Color spaces of #c3abaa

RGB 195171170
HSL0.010.170.72
HSV13°76°
CMYK 0.000.120.13   0.24
XYZ44.324343.630244.1155
Yxy43.63020.33560.3304
Hunter Lab66.05324.18766.6387
CIE-Lab71.98068.51073.6980

#c3abaa color RGB value is (195,171,170).

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

The process color (four color CMYK) of #c3abaa color hex is 0.00, 0.12, 0.13, 0.24. Web safe color of #c3abaa is #cc9999. Color #c3abaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101011 10101010
Octal 303 253 252
Decimal 195 171 170
Hex C3 AB AA

RGB Percentages of Color #c3abaa

%36.38
%31.90
%31.72

CMYK Percentages of Color #c3abaa

%0
%12
%13
%24

Triadic Colors of #c3abaa

#c3abaa #aac3ab #abaac3

Analogous Colors of #c3abaa

#c3abaa #c3b8aa #c3aab6

Monochromatic Colors of #c3abaa

#c3abaa

Complementary Color

#c3abaa #aac2c3

#c3abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3abaa Color CSS Codes

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

#c3abaa Text Font Color

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

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


#c3abaa Background Color

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

This div background color is #c3abaa


#c3abaa Border Color

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

This div border color is #c3abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3abaa


Comments

No comments written yet.

Please login to write comment.