Color Hex Logo

#bdb459 Color Hex

#BDB459
(189,180,89)
0 Favorites   0 Comments

Color spaces of #bdb459

RGB 18918089
HSL0.150.430.55
HSV55°53°74°
CMYK 0.000.050.53   0.26
XYZ39.110744.182615.9179
Yxy44.18260.39420.4453
Hunter Lab66.4700-11.293732.3305
CIE-Lab72.3504-8.923846.9692

#bdb459 color RGB value is (189,180,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01011001
Octal 275 264 131
Decimal 189 180 89
Hex BD B4 59

RGB Percentages of Color #bdb459

%41.27
%39.30
%19.43

CMYK Percentages of Color #bdb459

%0
%5
%53
%26

Triadic Colors of #bdb459

#bdb459 #59bdb4 #b459bd

Analogous Colors of #bdb459

#bdb459 #94bd59 #bd8259

Monochromatic Colors of #bdb459

#bdb459

Complementary Color

#bdb459 #5962bd

#bdb459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb459 Color CSS Codes

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

#bdb459 Text Font Color

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

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


#bdb459 Background Color

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

This div background color is #bdb459


#bdb459 Border Color

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

This div border color is #bdb459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb459


Comments

No comments written yet.

Please login to write comment.