Color Hex Logo

#c5baaa Color Hex

#C5BAAA
(197,186,170)
1 Favorites   0 Comments

Color spaces of #c5baaa

RGB 197186170
HSL0.100.190.72
HSV36°14°77°
CMYK 0.000.060.14   0.23
XYZ47.840649.890445.1386
Yxy49.89040.33490.3492
Hunter Lab70.6331-2.708011.5535
CIE-Lab76.00191.17099.4960

#c5baaa color RGB value is (197,186,170).

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

The process color (four color CMYK) of #c5baaa color hex is 0.00, 0.06, 0.14, 0.23. Web safe color of #c5baaa is #cccc99. Color #c5baaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111010 10101010
Octal 305 272 252
Decimal 197 186 170
Hex C5 BA AA

RGB Percentages of Color #c5baaa

%35.62
%33.63
%30.74

CMYK Percentages of Color #c5baaa

%0
%6
%14
%23

Triadic Colors of #c5baaa

#c5baaa #aac5ba #baaac5

Analogous Colors of #c5baaa

#c5baaa #c3c5aa #c5adaa

Monochromatic Colors of #c5baaa

#c5baaa

Complementary Color

#c5baaa #aab5c5

#c5baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5baaa Color CSS Codes

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

#c5baaa Text Font Color

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

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


#c5baaa Background Color

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

This div background color is #c5baaa


#c5baaa Border Color

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

This div border color is #c5baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5baaa

#c5baaa Color Palettes


Comments

No comments written yet.

Please login to write comment.