Color Hex Logo

#bdb45b Color Hex

#BDB45B
(189,180,91)
0 Favorites   0 Comments

Color spaces of #bdb45b

RGB 18918091
HSL0.150.430.55
HSV54°52°74°
CMYK 0.000.050.52   0.26
XYZ39.195944.216716.3664
Yxy44.21670.39280.4431
Hunter Lab66.4956-11.150431.9541
CIE-Lab72.3731-8.751946.0280

#bdb45b color RGB value is (189,180,91).

#bdb45b hex color red value is 189, green value is 180 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bdb45b hue: 0.15 , saturation: 0.43 and the lightness value of bdb45b is 0.55.

The process color (four color CMYK) of #bdb45b color hex is 0.00, 0.05, 0.52, 0.26. Web safe color of #bdb45b is #cccc66. Color #bdb45b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01011011
Octal 275 264 133
Decimal 189 180 91
Hex BD B4 5B

RGB Percentages of Color #bdb45b

%41.09
%39.13
%19.78

CMYK Percentages of Color #bdb45b

%0
%5
%52
%26

Triadic Colors of #bdb45b

#bdb45b #5bbdb4 #b45bbd

Analogous Colors of #bdb45b

#bdb45b #95bd5b #bd835b

Monochromatic Colors of #bdb45b

#bdb45b

Complementary Color

#bdb45b #5b64bd

#bdb45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb45b Color CSS Codes

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

#bdb45b Text Font Color

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

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


#bdb45b Background Color

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

This div background color is #bdb45b


#bdb45b Border Color

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

This div border color is #bdb45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb45b


Comments

No comments written yet.

Please login to write comment.