Color Hex Logo

#c2aade Color Hex

#C2AADE
(194,170,222)
0 Favorites   0 Comments

Color spaces of #c2aade

RGB 194170222
HSL0.740.440.77
HSV268°23°87°
CMYK 0.130.230.00   0.13
XYZ49.807745.492775.2631
Yxy45.49270.29200.2667
Hunter Lab67.448313.7802-18.9458
CIE-Lab73.215118.5612-23.0168

#c2aade color RGB value is (194,170,222).

#c2aade hex color red value is 194, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2aade hue: 0.74 , saturation: 0.44 and the lightness value of c2aade is 0.77.

The process color (four color CMYK) of #c2aade color hex is 0.13, 0.23, 0.00, 0.13. Web safe color of #c2aade is #cc99cc. Color #c2aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 11011110
Octal 302 252 336
Decimal 194 170 222
Hex C2 AA DE

RGB Percentages of Color #c2aade

%33.11
%29.01
%37.88

CMYK Percentages of Color #c2aade

%13
%23
%0
%13

Triadic Colors of #c2aade

#c2aade #dec2aa #aadec2

Analogous Colors of #c2aade

#c2aade #dcaade #aaacde

Monochromatic Colors of #c2aade

#c2aade

Complementary Color

#c2aade #c6deaa

#c2aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aade Color CSS Codes

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

#c2aade Text Font Color

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

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


#c2aade Background Color

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

This div background color is #c2aade


#c2aade Border Color

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

This div border color is #c2aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aade


Comments

No comments written yet.

Please login to write comment.