Color Hex Logo

#c8aecd Color Hex

#C8AECD
(200,174,205)
0 Favorites   0 Comments

Color spaces of #c8aecd

RGB 200174205
HSL0.810.240.74
HSV290°15°80°
CMYK 0.020.150.00   0.20
XYZ49.974946.959264.1877
Yxy46.95920.31020.2915
Hunter Lab68.526810.2538-7.5670
CIE-Lab74.163714.9233-12.2432

#c8aecd color RGB value is (200,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 11001101
Octal 310 256 315
Decimal 200 174 205
Hex C8 AE CD

RGB Percentages of Color #c8aecd

%34.54
%30.05
%35.41

CMYK Percentages of Color #c8aecd

%2
%15
%0
%20

Triadic Colors of #c8aecd

#c8aecd #cdc8ae #aecdc8

Analogous Colors of #c8aecd

#c8aecd #cdaec3 #b9aecd

Monochromatic Colors of #c8aecd

#c8aecd

Complementary Color

#c8aecd #b3cdae

#c8aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aecd Color CSS Codes

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

#c8aecd Text Font Color

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

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


#c8aecd Background Color

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

This div background color is #c8aecd


#c8aecd Border Color

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

This div border color is #c8aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aecd


Comments

No comments written yet.

Please login to write comment.