Color Hex Logo

#c5bbaf Color Hex

#C5BBAF
(197,187,175)
0 Favorites   0 Comments

Color spaces of #c5bbaf

RGB 197187175
HSL0.090.160.73
HSV33°11°77°
CMYK 0.000.050.11   0.23
XYZ48.534150.506147.7481
Yxy50.50610.33060.3441
Hunter Lab71.0676-2.46579.9123
CIE-Lab76.37891.45897.3258

#c5bbaf color RGB value is (197,187,175).

#c5bbaf hex color red value is 197, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5bbaf hue: 0.09 , saturation: 0.16 and the lightness value of c5bbaf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 10101111
Octal 305 273 257
Decimal 197 187 175
Hex C5 BB AF

RGB Percentages of Color #c5bbaf

%35.24
%33.45
%31.31

CMYK Percentages of Color #c5bbaf

%0
%5
%11
%23

Triadic Colors of #c5bbaf

#c5bbaf #afc5bb #bbafc5

Analogous Colors of #c5bbaf

#c5bbaf #c4c5af #c5b0af

Monochromatic Colors of #c5bbaf

#c5bbaf

Complementary Color

#c5bbaf #afb9c5

#c5bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbaf Color CSS Codes

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

#c5bbaf Text Font Color

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

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


#c5bbaf Background Color

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

This div background color is #c5bbaf


#c5bbaf Border Color

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

This div border color is #c5bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbaf

#c5bbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.