Color Hex Logo

#bdb454 Color Hex

#BDB454
(189,180,84)
0 Favorites   0 Comments

Color spaces of #bdb454

RGB 18918084
HSL0.150.440.54
HSV55°56°74°
CMYK 0.000.050.56   0.26
XYZ38.907844.101414.8493
Yxy44.10140.39760.4507
Hunter Lab66.4089-11.635533.2287
CIE-Lab72.2962-9.334649.2883

#bdb454 color RGB value is (189,180,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 01010100
Octal 275 264 124
Decimal 189 180 84
Hex BD B4 54

RGB Percentages of Color #bdb454

%41.72
%39.74
%18.54

CMYK Percentages of Color #bdb454

%0
%5
%56
%26

Triadic Colors of #bdb454

#bdb454 #54bdb4 #b454bd

Analogous Colors of #bdb454

#bdb454 #92bd54 #bd8054

Monochromatic Colors of #bdb454

#bdb454

Complementary Color

#bdb454 #545dbd

#bdb454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb454 Color CSS Codes

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

#bdb454 Text Font Color

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

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


#bdb454 Background Color

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

This div background color is #bdb454


#bdb454 Border Color

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

This div border color is #bdb454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb454


Comments

No comments written yet.

Please login to write comment.