Color Hex Logo

#bdb354 Color Hex

#BDB354
(189,179,84)
0 Favorites   0 Comments

Color spaces of #bdb354

RGB 18917984
HSL0.150.440.54
HSV54°56°74°
CMYK 0.000.050.56   0.26
XYZ38.706643.699114.7822
Yxy43.69910.39830.4496
Hunter Lab66.1053-11.167333.0155
CIE-Lab72.0269-8.814948.9793

#bdb354 color RGB value is (189,179,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01010100
Octal 275 263 124
Decimal 189 179 84
Hex BD B3 54

RGB Percentages of Color #bdb354

%41.81
%39.60
%18.58

CMYK Percentages of Color #bdb354

%0
%5
%56
%26

Triadic Colors of #bdb354

#bdb354 #54bdb3 #b354bd

Analogous Colors of #bdb354

#bdb354 #93bd54 #bd7f54

Monochromatic Colors of #bdb354

#bdb354

Complementary Color

#bdb354 #545ebd

#bdb354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb354 Color CSS Codes

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

#bdb354 Text Font Color

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

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


#bdb354 Background Color

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

This div background color is #bdb354


#bdb354 Border Color

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

This div border color is #bdb354


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,179,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 #bdb354">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb354


Comments

No comments written yet.

Please login to write comment.