Color Hex Logo

#c7aecd Color Hex

#C7AECD
(199,174,205)
0 Favorites   0 Comments

Color spaces of #c7aecd

RGB 199174205
HSL0.800.240.74
HSV288°15°80°
CMYK 0.030.150.00   0.20
XYZ49.708746.822064.1752
Yxy46.82200.30930.2914
Hunter Lab68.42669.9253-7.7076
CIE-Lab74.075814.5843-12.3838

#c7aecd color RGB value is (199,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101110 11001101
Octal 307 256 315
Decimal 199 174 205
Hex C7 AE CD

RGB Percentages of Color #c7aecd

%34.43
%30.10
%35.47

CMYK Percentages of Color #c7aecd

%3
%15
%0
%20

Triadic Colors of #c7aecd

#c7aecd #cdc7ae #aecdc7

Analogous Colors of #c7aecd

#c7aecd #cdaec4 #b8aecd

Monochromatic Colors of #c7aecd

#c7aecd

Complementary Color

#c7aecd #b4cdae

#c7aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aecd Color CSS Codes

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

#c7aecd Text Font Color

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

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


#c7aecd Background Color

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

This div background color is #c7aecd


#c7aecd Border Color

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

This div border color is #c7aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aecd


Comments

No comments written yet.

Please login to write comment.