Color Hex Logo

#c4aecd Color Hex

#C4AECD
(196,174,205)
0 Favorites   0 Comments

Color spaces of #c4aecd

RGB 196174205
HSL0.780.240.74
HSV283°15°80°
CMYK 0.040.150.00   0.20
XYZ48.920446.415664.1383
Yxy46.41560.30680.2911
Hunter Lab68.12908.9472-8.1268
CIE-Lab73.814413.5701-12.8023

#c4aecd color RGB value is (196,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11001101
Octal 304 256 315
Decimal 196 174 205
Hex C4 AE CD

RGB Percentages of Color #c4aecd

%34.09
%30.26
%35.65

CMYK Percentages of Color #c4aecd

%4
%15
%0
%20

Triadic Colors of #c4aecd

#c4aecd #cdc4ae #aecdc4

Analogous Colors of #c4aecd

#c4aecd #cdaec7 #b5aecd

Monochromatic Colors of #c4aecd

#c4aecd

Complementary Color

#c4aecd #b7cdae

#c4aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aecd Color CSS Codes

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

#c4aecd Text Font Color

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

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


#c4aecd Background Color

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

This div background color is #c4aecd


#c4aecd Border Color

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

This div border color is #c4aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aecd


Comments

No comments written yet.

Please login to write comment.