Color Hex Logo

#c5aabf Color Hex

#C5AABF
(197,170,191)
0 Favorites   0 Comments

Color spaces of #c5aabf

RGB 197170191
HSL0.870.190.72
HSV313°14°77°
CMYK 0.000.140.03   0.23
XYZ46.804744.381455.3898
Yxy44.38140.31930.3028
Hunter Lab66.61948.8247-2.6623
CIE-Lab72.482713.4484-7.1001

#c5aabf color RGB value is (197,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 10111111
Octal 305 252 277
Decimal 197 170 191
Hex C5 AA BF

RGB Percentages of Color #c5aabf

%35.30
%30.47
%34.23

CMYK Percentages of Color #c5aabf

%0
%14
%3
%23

Triadic Colors of #c5aabf

#c5aabf #bfc5aa #aabfc5

Analogous Colors of #c5aabf

#c5aabf #c5aab2 #beaac5

Monochromatic Colors of #c5aabf

#c5aabf

Complementary Color

#c5aabf #aac5b0

#c5aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aabf Color CSS Codes

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

#c5aabf Text Font Color

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

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


#c5aabf Background Color

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

This div background color is #c5aabf


#c5aabf Border Color

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

This div border color is #c5aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aabf


Comments

No comments written yet.

Please login to write comment.