Color Hex Logo

#bdb97e Color Hex

#BDB97E
(189,185,126)
0 Favorites   0 Comments

Color spaces of #bdb97e

RGB 189185126
HSL0.160.320.62
HSV56°33°74°
CMYK 0.000.020.33   0.26
XYZ42.101147.023126.5961
Yxy47.02310.36380.4064
Hunter Lab68.5734-10.412125.0058
CIE-Lab74.2045-7.669330.5042

#bdb97e color RGB value is (189,185,126).

#bdb97e hex color red value is 189, green value is 185 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdb97e hue: 0.16 , saturation: 0.32 and the lightness value of bdb97e is 0.62.

The process color (four color CMYK) of #bdb97e color hex is 0.00, 0.02, 0.33, 0.26. Web safe color of #bdb97e is #cccc66. Color #bdb97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 01111110
Octal 275 271 176
Decimal 189 185 126
Hex BD B9 7E

RGB Percentages of Color #bdb97e

%37.80
%37.00
%25.20

CMYK Percentages of Color #bdb97e

%0
%2
%33
%26

Triadic Colors of #bdb97e

#bdb97e #7ebdb9 #b97ebd

Analogous Colors of #bdb97e

#bdb97e #a2bd7e #bd9a7e

Monochromatic Colors of #bdb97e

#bdb97e

Complementary Color

#bdb97e #7e82bd

#bdb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb97e Color CSS Codes

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

#bdb97e Text Font Color

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

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


#bdb97e Background Color

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

This div background color is #bdb97e


#bdb97e Border Color

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

This div border color is #bdb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb97e


Comments

No comments written yet.

Please login to write comment.