Color Hex Logo

#bdb533 Color Hex

#BDB533
(189,181,51)
0 Favorites   0 Comments

Color spaces of #bdb533

RGB 18918151
HSL0.160.580.47
HSV57°73°74°
CMYK 0.000.040.73   0.26
XYZ38.107744.10569.6367
Yxy44.10560.41490.4802
Hunter Lab66.4120-13.796537.8852
CIE-Lab72.2990-11.909263.1106

#bdb533 color RGB value is (189,181,51).

#bdb533 hex color red value is 189, green value is 181 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bdb533 hue: 0.16 , saturation: 0.58 and the lightness value of bdb533 is 0.47.

The process color (four color CMYK) of #bdb533 color hex is 0.00, 0.04, 0.73, 0.26. Web safe color of #bdb533 is #cccc33. Color #bdb533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 00110011
Octal 275 265 63
Decimal 189 181 51
Hex BD B5 33

RGB Percentages of Color #bdb533

%44.89
%42.99
%12.11

CMYK Percentages of Color #bdb533

%0
%4
%73
%26

Triadic Colors of #bdb533

#bdb533 #33bdb5 #b533bd

Analogous Colors of #bdb533

#bdb533 #80bd33 #bd7033

Monochromatic Colors of #bdb533

#bdb533

Complementary Color

#bdb533 #333bbd

#bdb533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb533 Color CSS Codes

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

#bdb533 Text Font Color

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

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


#bdb533 Background Color

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

This div background color is #bdb533


#bdb533 Border Color

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

This div border color is #bdb533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb533


Comments

No comments written yet.

Please login to write comment.