Color Hex Logo

#c5acdd Color Hex

#C5ACDD
(197,172,221)
0 Favorites   0 Comments

Color spaces of #c5acdd

RGB 197172221
HSL0.750.420.77
HSV271°22°87°
CMYK 0.110.220.00   0.13
XYZ50.829646.595874.7215
Yxy46.59580.29530.2707
Hunter Lab68.261113.4604-17.1186
CIE-Lab73.930518.2160-21.3582

#c5acdd color RGB value is (197,172,221).

#c5acdd hex color red value is 197, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c5acdd hue: 0.75 , saturation: 0.42 and the lightness value of c5acdd is 0.77.

The process color (four color CMYK) of #c5acdd color hex is 0.11, 0.22, 0.00, 0.13. Web safe color of #c5acdd is #cc99cc. Color #c5acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101100 11011101
Octal 305 254 335
Decimal 197 172 221
Hex C5 AC DD

RGB Percentages of Color #c5acdd

%33.39
%29.15
%37.46

CMYK Percentages of Color #c5acdd

%11
%22
%0
%13

Triadic Colors of #c5acdd

#c5acdd #ddc5ac #acddc5

Analogous Colors of #c5acdd

#c5acdd #ddacdd #adacdd

Monochromatic Colors of #c5acdd

#c5acdd

Complementary Color

#c5acdd #c4ddac

#c5acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5acdd Color CSS Codes

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

#c5acdd Text Font Color

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

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


#c5acdd Background Color

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

This div background color is #c5acdd


#c5acdd Border Color

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

This div border color is #c5acdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,172,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5acdd


Comments

No comments written yet.

Please login to write comment.