Color Hex Logo

#b5be2a Color Hex

#B5BE2A
(181,190,42)
0 Favorites   0 Comments

Color spaces of #b5be2a

RGB 18119042
HSL0.180.640.45
HSV64°78°75°
CMYK 0.050.000.78   0.25
XYZ37.887446.81789.2304
Yxy46.81780.40330.4984
Hunter Lab68.4235-20.902439.8982
CIE-Lab74.0731-20.267867.4400

#b5be2a color RGB value is (181,190,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111110 00101010
Octal 265 276 52
Decimal 181 190 42
Hex B5 BE 2A

RGB Percentages of Color #b5be2a

%43.83
%46.00
%10.17

CMYK Percentages of Color #b5be2a

%5
%0
%78
%25

Triadic Colors of #b5be2a

#b5be2a #2ab5be #be2ab5

Analogous Colors of #b5be2a

#b5be2a #6bbe2a #be7d2a

Monochromatic Colors of #b5be2a

#b5be2a

Complementary Color

#b5be2a #332abe

#b5be2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5be2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5be2a Color CSS Codes

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

#b5be2a Text Font Color

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

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


#b5be2a Background Color

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

This div background color is #b5be2a


#b5be2a Border Color

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

This div border color is #b5be2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5be2a


Comments

No comments written yet.

Please login to write comment.