Color Hex Logo

#c5bdaf Color Hex

#C5BDAF
(197,189,175)
0 Favorites   0 Comments

Color spaces of #c5bdaf

RGB 197189175
HSL0.110.160.73
HSV38°11°77°
CMYK 0.000.040.11   0.23
XYZ48.961451.360747.8905
Yxy51.36070.33030.3465
Hunter Lab71.6664-3.467610.5464
CIE-Lab76.89700.39508.0682

#c5bdaf color RGB value is (197,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111101 10101111
Octal 305 275 257
Decimal 197 189 175
Hex C5 BD AF

RGB Percentages of Color #c5bdaf

%35.12
%33.69
%31.19

CMYK Percentages of Color #c5bdaf

%0
%4
%11
%23

Triadic Colors of #c5bdaf

#c5bdaf #afc5bd #bdafc5

Analogous Colors of #c5bdaf

#c5bdaf #c2c5af #c5b2af

Monochromatic Colors of #c5bdaf

#c5bdaf

Complementary Color

#c5bdaf #afb7c5

#c5bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bdaf Color CSS Codes

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

#c5bdaf Text Font Color

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

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


#c5bdaf Background Color

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

This div background color is #c5bdaf


#c5bdaf Border Color

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

This div border color is #c5bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bdaf


Comments

No comments written yet.

Please login to write comment.