Color Hex Logo

#c2aabc Color Hex

#C2AABC
(194,170,188)
0 Favorites   0 Comments

Color spaces of #c2aabc

RGB 194170188
HSL0.880.160.71
HSV315°12°76°
CMYK 0.000.120.03   0.24
XYZ45.700043.849653.6321
Yxy43.84960.31920.3063
Hunter Lab66.21907.3056-1.6668
CIE-Lab72.127911.8467-6.0049

#c2aabc color RGB value is (194,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 10111100
Octal 302 252 274
Decimal 194 170 188
Hex C2 AA BC

RGB Percentages of Color #c2aabc

%35.14
%30.80
%34.06

CMYK Percentages of Color #c2aabc

%0
%12
%3
%24

Triadic Colors of #c2aabc

#c2aabc #bcc2aa #aabcc2

Analogous Colors of #c2aabc

#c2aabc #c2aab0 #bcaac2

Monochromatic Colors of #c2aabc

#c2aabc

Complementary Color

#c2aabc #aac2b0

#c2aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aabc Color CSS Codes

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

#c2aabc Text Font Color

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

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


#c2aabc Background Color

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

This div background color is #c2aabc


#c2aabc Border Color

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

This div border color is #c2aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aabc


Comments

No comments written yet.

Please login to write comment.