Color Hex Logo

#c2aecd Color Hex

#C2AECD
(194,174,205)
0 Favorites   0 Comments

Color spaces of #c2aecd

RGB 194174205
HSL0.770.240.74
HSV279°15°80°
CMYK 0.050.150.00   0.20
XYZ48.403646.149264.1142
Yxy46.14920.30510.2909
Hunter Lab67.93328.3013-8.4037
CIE-Lab73.642212.8961-13.0781

#c2aecd color RGB value is (194,174,205).

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

The process color (four color CMYK) of #c2aecd color hex is 0.05, 0.15, 0.00, 0.20. Web safe color of #c2aecd is #cc99cc. Color #c2aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101110 11001101
Octal 302 256 315
Decimal 194 174 205
Hex C2 AE CD

RGB Percentages of Color #c2aecd

%33.86
%30.37
%35.78

CMYK Percentages of Color #c2aecd

%5
%15
%0
%20

Triadic Colors of #c2aecd

#c2aecd #cdc2ae #aecdc2

Analogous Colors of #c2aecd

#c2aecd #cdaec9 #b3aecd

Monochromatic Colors of #c2aecd

#c2aecd

Complementary Color

#c2aecd #b9cdae

#c2aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aecd Color CSS Codes

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

#c2aecd Text Font Color

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

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


#c2aecd Background Color

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

This div background color is #c2aecd


#c2aecd Border Color

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

This div border color is #c2aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aecd


Comments

No comments written yet.

Please login to write comment.