Color Hex Logo

#c5aacd Color Hex

#C5AACD
(197,170,205)
0 Favorites   0 Comments

Color spaces of #c5aacd

RGB 197170205
HSL0.800.260.74
HSV286°17°80°
CMYK 0.040.170.00   0.20
XYZ48.420145.027563.8968
Yxy45.02750.30770.2862
Hunter Lab67.102511.3733-9.4857
CIE-Lab72.910016.0977-14.1509

#c5aacd color RGB value is (197,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 11001101
Octal 305 252 315
Decimal 197 170 205
Hex C5 AA CD

RGB Percentages of Color #c5aacd

%34.44
%29.72
%35.84

CMYK Percentages of Color #c5aacd

%4
%17
%0
%20

Triadic Colors of #c5aacd

#c5aacd #cdc5aa #aacdc5

Analogous Colors of #c5aacd

#c5aacd #cdaac4 #b4aacd

Monochromatic Colors of #c5aacd

#c5aacd

Complementary Color

#c5aacd #b2cdaa

#c5aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aacd Color CSS Codes

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

#c5aacd Text Font Color

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

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


#c5aacd Background Color

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

This div background color is #c5aacd


#c5aacd Border Color

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

This div border color is #c5aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aacd


Comments

No comments written yet.

Please login to write comment.