Color Hex Logo

#c4baaa Color Hex

#C4BAAA
(196,186,170)
0 Favorites   0 Comments

Color spaces of #c4baaa

RGB 196186170
HSL0.100.180.72
HSV37°13°77°
CMYK 0.000.050.13   0.23
XYZ47.579649.755945.1263
Yxy49.75590.33400.3493
Hunter Lab70.5379-3.038411.4460
CIE-Lab75.91920.80309.3669

#c4baaa color RGB value is (196,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 10101010
Octal 304 272 252
Decimal 196 186 170
Hex C4 BA AA

RGB Percentages of Color #c4baaa

%35.51
%33.70
%30.80

CMYK Percentages of Color #c4baaa

%0
%5
%13
%23

Triadic Colors of #c4baaa

#c4baaa #aac4ba #baaac4

Analogous Colors of #c4baaa

#c4baaa #c1c4aa #c4adaa

Monochromatic Colors of #c4baaa

#c4baaa

Complementary Color

#c4baaa #aab4c4

#c4baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4baaa Color CSS Codes

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

#c4baaa Text Font Color

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

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


#c4baaa Background Color

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

This div background color is #c4baaa


#c4baaa Border Color

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

This div border color is #c4baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4baaa


Comments

No comments written yet.

Please login to write comment.