Color Hex Logo

#c5abac Color Hex

#C5ABAC
(197,171,172)
0 Favorites   0 Comments

Color spaces of #c5abac

RGB 197171172
HSL0.990.180.72
HSV358°13°77°
CMYK 0.000.130.13   0.23
XYZ45.035343.974745.1441
Yxy43.97470.33570.3278
Hunter Lab66.31345.17596.0566
CIE-Lab72.21169.57742.9548

#c5abac color RGB value is (197,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101011 10101100
Octal 305 253 254
Decimal 197 171 172
Hex C5 AB AC

RGB Percentages of Color #c5abac

%36.48
%31.67
%31.85

CMYK Percentages of Color #c5abac

%0
%13
%13
%23

Triadic Colors of #c5abac

#c5abac #acc5ab #abacc5

Analogous Colors of #c5abac

#c5abac #c5b7ab #c5abb9

Monochromatic Colors of #c5abac

#c5abac

Complementary Color

#c5abac #abc5c4

#c5abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5abac Color CSS Codes

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

#c5abac Text Font Color

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

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


#c5abac Background Color

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

This div background color is #c5abac


#c5abac Border Color

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

This div border color is #c5abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5abac


Comments

No comments written yet.

Please login to write comment.