Color Hex Logo

#bdb62a Color Hex

#BDB62A
(189,182,42)
0 Favorites   0 Comments

Color spaces of #bdb62a

RGB 18918242
HSL0.160.640.45
HSV57°78°74°
CMYK 0.000.040.78   0.26
XYZ38.132144.44198.7589
Yxy44.44190.41750.4866
Hunter Lab66.6648-14.561738.8754
CIE-Lab72.5229-12.795466.2894

#bdb62a color RGB value is (189,182,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00101010
Octal 275 266 52
Decimal 189 182 42
Hex BD B6 2A

RGB Percentages of Color #bdb62a

%45.76
%44.07
%10.17

CMYK Percentages of Color #bdb62a

%0
%4
%78
%26

Triadic Colors of #bdb62a

#bdb62a #2abdb6 #b62abd

Analogous Colors of #bdb62a

#bdb62a #7bbd2a #bd6d2a

Monochromatic Colors of #bdb62a

#bdb62a

Complementary Color

#bdb62a #2a31bd

#bdb62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb62a Color CSS Codes

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

#bdb62a Text Font Color

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

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


#bdb62a Background Color

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

This div background color is #bdb62a


#bdb62a Border Color

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

This div border color is #bdb62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb62a


Comments

No comments written yet.

Please login to write comment.