Color Hex Logo

#bdbe2a Color Hex

#BDBE2A
(189,190,42)
0 Favorites   0 Comments

Color spaces of #bdbe2a

RGB 18919042
HSL0.170.640.45
HSV60°78°75°
CMYK 0.010.000.78   0.25
XYZ39.817647.81299.3207
Yxy47.81290.41070.4932
Hunter Lab69.1469-18.219440.4108
CIE-Lab74.7068-16.853468.2470

#bdbe2a color RGB value is (189,190,42).

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

The process color (four color CMYK) of #bdbe2a color hex is 0.01, 0.00, 0.78, 0.25. Web safe color of #bdbe2a is #cccc33. Color #bdbe2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 00101010
Octal 275 276 52
Decimal 189 190 42
Hex BD BE 2A

RGB Percentages of Color #bdbe2a

%44.89
%45.13
%9.98

CMYK Percentages of Color #bdbe2a

%1
%0
%78
%25

Triadic Colors of #bdbe2a

#bdbe2a #2abdbe #be2abd

Analogous Colors of #bdbe2a

#bdbe2a #73be2a #be752a

Monochromatic Colors of #bdbe2a

#bdbe2a

Complementary Color

#bdbe2a #2b2abe

#bdbe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe2a Color CSS Codes

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

#bdbe2a Text Font Color

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

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


#bdbe2a Background Color

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

This div background color is #bdbe2a


#bdbe2a Border Color

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

This div border color is #bdbe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe2a


Comments

No comments written yet.

Please login to write comment.