Color Hex Logo

#c2aaaa Color Hex

#C2AAAA
(194,170,170)
0 Favorites   0 Comments

Color spaces of #c2aaaa

RGB 194170170
HSL0.000.160.71
HSV12°76°
CMYK 0.000.120.12   0.24
XYZ43.878643.121144.0408
Yxy43.12110.33480.3291
Hunter Lab65.66674.35746.2025
CIE-Lab71.63718.68753.1893

#c2aaaa color RGB value is (194,170,170).

#c2aaaa hex color red value is 194, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c2aaaa hue: 0.00 , saturation: 0.16 and the lightness value of c2aaaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 10101010
Octal 302 252 252
Decimal 194 170 170
Hex C2 AA AA

RGB Percentages of Color #c2aaaa

%36.33
%31.84
%31.84

CMYK Percentages of Color #c2aaaa

%0
%12
%12
%24

Triadic Colors of #c2aaaa

#c2aaaa #aac2aa #aaaac2

Analogous Colors of #c2aaaa

#c2aaaa #c2b6aa #c2aab6

Monochromatic Colors of #c2aaaa

#c2aaaa

Complementary Color

#c2aaaa #aac2c2

#c2aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aaaa Color CSS Codes

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

#c2aaaa Text Font Color

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

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


#c2aaaa Background Color

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

This div background color is #c2aaaa


#c2aaaa Border Color

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

This div border color is #c2aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aaaa

#c2aaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.