Color Hex Logo

#bdb457 Color Hex

#BDB457
(189,180,87)
0 Favorites   0 Comments

Color spaces of #bdb457

RGB 18918087
HSL0.150.440.54
HSV55°54°74°
CMYK 0.000.050.54   0.26
XYZ39.027844.149515.4815
Yxy44.14950.39560.4475
Hunter Lab66.4451-11.433532.6972
CIE-Lab72.3283-9.091747.9029

#bdb457 color RGB value is (189,180,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01010111
Octal 275 264 127
Decimal 189 180 87
Hex BD B4 57

RGB Percentages of Color #bdb457

%41.45
%39.47
%19.08

CMYK Percentages of Color #bdb457

%0
%5
%54
%26

Triadic Colors of #bdb457

#bdb457 #57bdb4 #b457bd

Analogous Colors of #bdb457

#bdb457 #93bd57 #bd8157

Monochromatic Colors of #bdb457

#bdb457

Complementary Color

#bdb457 #5760bd

#bdb457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb457 Color CSS Codes

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

#bdb457 Text Font Color

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

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


#bdb457 Background Color

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

This div background color is #bdb457


#bdb457 Border Color

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

This div border color is #bdb457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb457


Comments

No comments written yet.

Please login to write comment.