Color Hex Logo

#bdb62b Color Hex

#BDB62B
(189,182,43)
0 Favorites   0 Comments

Color spaces of #bdb62b

RGB 18918243
HSL0.160.630.45
HSV57°77°74°
CMYK 0.000.040.77   0.26
XYZ38.150344.44918.8543
Yxy44.44910.41720.4860
Hunter Lab66.6702-14.530738.7950
CIE-Lab72.5277-12.757365.9853

#bdb62b color RGB value is (189,182,43).

#bdb62b hex color red value is 189, green value is 182 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bdb62b hue: 0.16 , saturation: 0.63 and the lightness value of bdb62b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00101011
Octal 275 266 53
Decimal 189 182 43
Hex BD B6 2B

RGB Percentages of Color #bdb62b

%45.65
%43.96
%10.39

CMYK Percentages of Color #bdb62b

%0
%4
%77
%26

Triadic Colors of #bdb62b

#bdb62b #2bbdb6 #b62bbd

Analogous Colors of #bdb62b

#bdb62b #7bbd2b #bd6d2b

Monochromatic Colors of #bdb62b

#bdb62b

Complementary Color

#bdb62b #2b32bd

#bdb62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb62b Color CSS Codes

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

#bdb62b Text Font Color

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

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


#bdb62b Background Color

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

This div background color is #bdb62b


#bdb62b Border Color

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

This div border color is #bdb62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb62b


Comments

No comments written yet.

Please login to write comment.