Color Hex Logo

#c5bdb0 Color Hex

#C5BDB0
(197,189,176)
0 Favorites   0 Comments

Color spaces of #c5bdb0

RGB 197189176
HSL0.100.150.73
HSV37°11°77°
CMYK 0.000.040.11   0.23
XYZ49.060051.400148.4098
Yxy51.40010.32950.3453
Hunter Lab71.6939-3.317010.1514
CIE-Lab76.92070.56157.5614

#c5bdb0 color RGB value is (197,189,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111101 10110000
Octal 305 275 260
Decimal 197 189 176
Hex C5 BD B0

RGB Percentages of Color #c5bdb0

%35.05
%33.63
%31.32

CMYK Percentages of Color #c5bdb0

%0
%4
%11
%23

Triadic Colors of #c5bdb0

#c5bdb0 #b0c5bd #bdb0c5

Analogous Colors of #c5bdb0

#c5bdb0 #c3c5b0 #c5b3b0

Monochromatic Colors of #c5bdb0

#c5bdb0

Complementary Color

#c5bdb0 #b0b8c5

#c5bdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bdb0 Color CSS Codes

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

#c5bdb0 Text Font Color

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

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


#c5bdb0 Background Color

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

This div background color is #c5bdb0


#c5bdb0 Border Color

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

This div border color is #c5bdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bdb0

#c5bdb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.