Color Hex Logo

#c4abaa Color Hex

#C4ABAA
(196,171,170)
0 Favorites   0 Comments

Color spaces of #c4abaa

RGB 196171170
HSL0.010.180.72
HSV13°77°
CMYK 0.000.130.13   0.23
XYZ44.583643.763944.1277
Yxy43.76390.33650.3304
Hunter Lab66.15434.52716.7591
CIE-Lab72.07048.87833.8392

#c4abaa color RGB value is (196,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101011 10101010
Octal 304 253 252
Decimal 196 171 170
Hex C4 AB AA

RGB Percentages of Color #c4abaa

%36.50
%31.84
%31.66

CMYK Percentages of Color #c4abaa

%0
%13
%13
%23

Triadic Colors of #c4abaa

#c4abaa #aac4ab #abaac4

Analogous Colors of #c4abaa

#c4abaa #c4b8aa #c4aab6

Monochromatic Colors of #c4abaa

#c4abaa

Complementary Color

#c4abaa #aac3c4

#c4abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4abaa Color CSS Codes

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

#c4abaa Text Font Color

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

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


#c4abaa Background Color

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

This div background color is #c4abaa


#c4abaa Border Color

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

This div border color is #c4abaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4abaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4abaa


Comments

No comments written yet.

Please login to write comment.