Color Hex Logo

#c5aadc Color Hex

#C5AADC
(197,170,220)
0 Favorites   0 Comments

Color spaces of #c5aadc

RGB 197170220
HSL0.760.420.76
HSV272°23°86°
CMYK 0.100.230.00   0.14
XYZ50.319045.787173.8958
Yxy45.78710.29600.2693
Hunter Lab67.666214.3232-17.3822
CIE-Lab73.407219.1081-21.6083

#c5aadc color RGB value is (197,170,220).

#c5aadc hex color red value is 197, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c5aadc hue: 0.76 , saturation: 0.42 and the lightness value of c5aadc is 0.76.

The process color (four color CMYK) of #c5aadc color hex is 0.10, 0.23, 0.00, 0.14. Web safe color of #c5aadc is #cc99cc. Color #c5aadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 11011100
Octal 305 252 334
Decimal 197 170 220
Hex C5 AA DC

RGB Percentages of Color #c5aadc

%33.56
%28.96
%37.48

CMYK Percentages of Color #c5aadc

%10
%23
%0
%14

Triadic Colors of #c5aadc

#c5aadc #dcc5aa #aadcc5

Analogous Colors of #c5aadc

#c5aadc #dcaada #acaadc

Monochromatic Colors of #c5aadc

#c5aadc

Complementary Color

#c5aadc #c1dcaa

#c5aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aadc Color CSS Codes

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

#c5aadc Text Font Color

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

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


#c5aadc Background Color

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

This div background color is #c5aadc


#c5aadc Border Color

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

This div border color is #c5aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aadc


Comments

No comments written yet.

Please login to write comment.