Color Hex Logo

#c2aabe Color Hex

#C2AABE
(194,170,190)
0 Favorites   0 Comments

Color spaces of #c2aabe

RGB 194170190
HSL0.860.160.71
HSV310°12°76°
CMYK 0.000.120.02   0.24
XYZ45.917143.936554.7757
Yxy43.93650.31750.3038
Hunter Lab66.28467.6536-2.5963
CIE-Lab72.186012.2152-7.0194

#c2aabe color RGB value is (194,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 10111110
Octal 302 252 276
Decimal 194 170 190
Hex C2 AA BE

RGB Percentages of Color #c2aabe

%35.02
%30.69
%34.30

CMYK Percentages of Color #c2aabe

%0
%12
%2
%24

Triadic Colors of #c2aabe

#c2aabe #bec2aa #aabec2

Analogous Colors of #c2aabe

#c2aabe #c2aab2 #baaac2

Monochromatic Colors of #c2aabe

#c2aabe

Complementary Color

#c2aabe #aac2ae

#c2aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aabe Color CSS Codes

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

#c2aabe Text Font Color

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

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


#c2aabe Background Color

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

This div background color is #c2aabe


#c2aabe Border Color

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

This div border color is #c2aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aabe


Comments

No comments written yet.

Please login to write comment.