Color Hex Logo

#c5aadf Color Hex

#C5AADF
(197,170,223)
0 Favorites   0 Comments

Color spaces of #c5aadf

RGB 197170223
HSL0.750.450.77
HSV271°24°87°
CMYK 0.120.240.00   0.13
XYZ50.720045.947576.0076
Yxy45.94750.29370.2661
Hunter Lab67.784614.9401-19.0333
CIE-Lab73.511519.7302-23.0871

#c5aadf color RGB value is (197,170,223).

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

The process color (four color CMYK) of #c5aadf color hex is 0.12, 0.24, 0.00, 0.13. Web safe color of #c5aadf is #cc99cc. Color #c5aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 11011111
Octal 305 252 337
Decimal 197 170 223
Hex C5 AA DF

RGB Percentages of Color #c5aadf

%33.39
%28.81
%37.80

CMYK Percentages of Color #c5aadf

%12
%24
%0
%13

Triadic Colors of #c5aadf

#c5aadf #dfc5aa #aadfc5

Analogous Colors of #c5aadf

#c5aadf #dfaadf #abaadf

Monochromatic Colors of #c5aadf

#c5aadf

Complementary Color

#c5aadf #c4dfaa

#c5aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aadf Color CSS Codes

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

#c5aadf Text Font Color

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

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


#c5aadf Background Color

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

This div background color is #c5aadf


#c5aadf Border Color

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

This div border color is #c5aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aadf


Comments

No comments written yet.

Please login to write comment.