Color Hex Logo

#bdb597 Color Hex

#BDB597
(189,181,151)
0 Favorites   0 Comments

Color spaces of #bdb597

RGB 189181151
HSL0.130.220.67
HSV47°20°74°
CMYK 0.000.040.20   0.26
XYZ43.096146.100935.9051
Yxy46.10090.34450.3685
Hunter Lab67.8976-5.523116.1751
CIE-Lab73.6110-2.131516.3269

#bdb597 color RGB value is (189,181,151).

#bdb597 hex color red value is 189, green value is 181 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bdb597 hue: 0.13 , saturation: 0.22 and the lightness value of bdb597 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 10010111
Octal 275 265 227
Decimal 189 181 151
Hex BD B5 97

RGB Percentages of Color #bdb597

%36.28
%34.74
%28.98

CMYK Percentages of Color #bdb597

%0
%4
%20
%26

Triadic Colors of #bdb597

#bdb597 #97bdb5 #b597bd

Analogous Colors of #bdb597

#bdb597 #b2bd97 #bda297

Monochromatic Colors of #bdb597

#bdb597

Complementary Color

#bdb597 #979fbd

#bdb597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb597 Color CSS Codes

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

#bdb597 Text Font Color

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

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


#bdb597 Background Color

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

This div background color is #bdb597


#bdb597 Border Color

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

This div border color is #bdb597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb597


Comments

No comments written yet.

Please login to write comment.