Color Hex Logo

#c4bd97 Color Hex

#C4BD97
(196,189,151)
0 Favorites   0 Comments

Color spaces of #c4bd97

RGB 196189151
HSL0.140.280.68
HSV51°23°77°
CMYK 0.000.040.23   0.23
XYZ46.548550.365336.5463
Yxy50.36530.34880.3774
Hunter Lab70.9685-7.116119.1457
CIE-Lab76.2929-3.696820.1333

#c4bd97 color RGB value is (196,189,151).

#c4bd97 hex color red value is 196, green value is 189 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c4bd97 hue: 0.14 , saturation: 0.28 and the lightness value of c4bd97 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111101 10010111
Octal 304 275 227
Decimal 196 189 151
Hex C4 BD 97

RGB Percentages of Color #c4bd97

%36.57
%35.26
%28.17

CMYK Percentages of Color #c4bd97

%0
%4
%23
%23

Triadic Colors of #c4bd97

#c4bd97 #97c4bd #bd97c4

Analogous Colors of #c4bd97

#c4bd97 #b5c497 #c4a797

Monochromatic Colors of #c4bd97

#c4bd97

Complementary Color

#c4bd97 #979ec4

#c4bd97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bd97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bd97 Color CSS Codes

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

#c4bd97 Text Font Color

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

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


#c4bd97 Background Color

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

This div background color is #c4bd97


#c4bd97 Border Color

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

This div border color is #c4bd97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bd97

#c4bd97 Color Palettes


Comments

No comments written yet.

Please login to write comment.