Color Hex Logo

#c5aabd Color Hex

#C5AABD
(197,170,189)
0 Favorites   0 Comments

Color spaces of #c5aabd

RGB 197170189
HSL0.880.190.72
HSV318°14°77°
CMYK 0.000.140.04   0.23
XYZ46.586044.293954.2383
Yxy44.29390.32100.3052
Hunter Lab66.55378.4769-1.7312
CIE-Lab72.424513.0832-6.0863

#c5aabd color RGB value is (197,170,189).

#c5aabd hex color red value is 197, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c5aabd hue: 0.88 , saturation: 0.19 and the lightness value of c5aabd is 0.72.

The process color (four color CMYK) of #c5aabd color hex is 0.00, 0.14, 0.04, 0.23. Web safe color of #c5aabd is #cc99cc. Color #c5aabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 10111101
Octal 305 252 275
Decimal 197 170 189
Hex C5 AA BD

RGB Percentages of Color #c5aabd

%35.43
%30.58
%33.99

CMYK Percentages of Color #c5aabd

%0
%14
%4
%23

Triadic Colors of #c5aabd

#c5aabd #bdc5aa #aabdc5

Analogous Colors of #c5aabd

#c5aabd #c5aab0 #c0aac5

Monochromatic Colors of #c5aabd

#c5aabd

Complementary Color

#c5aabd #aac5b2

#c5aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aabd Color CSS Codes

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

#c5aabd Text Font Color

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

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


#c5aabd Background Color

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

This div background color is #c5aabd


#c5aabd Border Color

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

This div border color is #c5aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aabd


Comments

No comments written yet.

Please login to write comment.