Color Hex Logo

#c5abaa Color Hex

#C5ABAA
(197,171,170)
0 Favorites   0 Comments

Color spaces of #c5abaa

RGB 197171170
HSL0.010.190.72
HSV14°77°
CMYK 0.000.130.14   0.23
XYZ44.844643.898444.1399
Yxy43.89840.33750.3304
Hunter Lab66.25594.86816.8799
CIE-Lab72.16059.24653.9809

#c5abaa color RGB value is (197,171,170).

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

The process color (four color CMYK) of #c5abaa color hex is 0.00, 0.13, 0.14, 0.23. Web safe color of #c5abaa is #cc9999. Color #c5abaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101011 10101010
Octal 305 253 252
Decimal 197 171 170
Hex C5 AB AA

RGB Percentages of Color #c5abaa

%36.62
%31.78
%31.60

CMYK Percentages of Color #c5abaa

%0
%13
%14
%23

Triadic Colors of #c5abaa

#c5abaa #aac5ab #abaac5

Analogous Colors of #c5abaa

#c5abaa #c5b9aa #c5aab7

Monochromatic Colors of #c5abaa

#c5abaa

Complementary Color

#c5abaa #aac4c5

#c5abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5abaa Color CSS Codes

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

#c5abaa Text Font Color

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

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


#c5abaa Background Color

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

This div background color is #c5abaa


#c5abaa Border Color

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

This div border color is #c5abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5abaa


Comments

No comments written yet.

Please login to write comment.