Color Hex Logo

#bdab7d Color Hex

#BDAB7D
(189,171,125)
0 Favorites   0 Comments

Color spaces of #bdab7d

RGB 189171125
HSL0.120.330.62
HSV43°34°74°
CMYK 0.000.100.34   0.26
XYZ39.250841.425325.3292
Yxy41.42530.37030.3908
Hunter Lab64.3625-3.778021.7208
CIE-Lab70.4729-0.387626.0878

#bdab7d color RGB value is (189,171,125).

#bdab7d hex color red value is 189, green value is 171 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdab7d hue: 0.12 , saturation: 0.33 and the lightness value of bdab7d is 0.62.

The process color (four color CMYK) of #bdab7d color hex is 0.00, 0.10, 0.34, 0.26. Web safe color of #bdab7d is #cc9966. Color #bdab7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01111101
Octal 275 253 175
Decimal 189 171 125
Hex BD AB 7D

RGB Percentages of Color #bdab7d

%38.97
%35.26
%25.77

CMYK Percentages of Color #bdab7d

%0
%10
%34
%26

Triadic Colors of #bdab7d

#bdab7d #7dbdab #ab7dbd

Analogous Colors of #bdab7d

#bdab7d #afbd7d #bd8b7d

Monochromatic Colors of #bdab7d

#bdab7d

Complementary Color

#bdab7d #7d8fbd

#bdab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab7d Color CSS Codes

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

#bdab7d Text Font Color

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

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


#bdab7d Background Color

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

This div background color is #bdab7d


#bdab7d Border Color

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

This div border color is #bdab7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab7d


Comments

No comments written yet.

Please login to write comment.