Color Hex Logo

#c5abab Color Hex

#C5ABAB
(197,171,171)
0 Favorites   0 Comments

Color spaces of #c5abab

RGB 197171171
HSL0.000.180.72
HSV13°77°
CMYK 0.000.130.13   0.23
XYZ44.939643.936444.6401
Yxy43.93640.33660.3291
Hunter Lab66.28455.02156.4696
CIE-Lab72.18609.41153.4677

#c5abab color RGB value is (197,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101011 10101011
Octal 305 253 253
Decimal 197 171 171
Hex C5 AB AB

RGB Percentages of Color #c5abab

%36.55
%31.73
%31.73

CMYK Percentages of Color #c5abab

%0
%13
%13
%23

Triadic Colors of #c5abab

#c5abab #abc5ab #ababc5

Analogous Colors of #c5abab

#c5abab #c5b8ab #c5abb8

Monochromatic Colors of #c5abab

#c5abab

Complementary Color

#c5abab #abc5c5

#c5abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5abab Color CSS Codes

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

#c5abab Text Font Color

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

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


#c5abab Background Color

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

This div background color is #c5abab


#c5abab Border Color

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

This div border color is #c5abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5abab


Comments

No comments written yet.

Please login to write comment.