Color Hex Logo

#bdb497 Color Hex

#BDB497
(189,180,151)
0 Favorites   0 Comments

Color spaces of #bdb497

RGB 189180151
HSL0.130.220.67
HSV46°20°74°
CMYK 0.000.050.20   0.26
XYZ42.893445.695735.8376
Yxy45.69570.34470.3672
Hunter Lab67.5986-5.033815.8862
CIE-Lab73.3476-1.599715.9596

#bdb497 color RGB value is (189,180,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 10010111
Octal 275 264 227
Decimal 189 180 151
Hex BD B4 97

RGB Percentages of Color #bdb497

%36.35
%34.62
%29.04

CMYK Percentages of Color #bdb497

%0
%5
%20
%26

Triadic Colors of #bdb497

#bdb497 #97bdb4 #b497bd

Analogous Colors of #bdb497

#bdb497 #b3bd97 #bda197

Monochromatic Colors of #bdb497

#bdb497

Complementary Color

#bdb497 #97a0bd

#bdb497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb497 Color CSS Codes

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

#bdb497 Text Font Color

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

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


#bdb497 Background Color

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

This div background color is #bdb497


#bdb497 Border Color

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

This div border color is #bdb497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb497


Comments

No comments written yet.

Please login to write comment.