Color Hex Logo

#b5be2d Color Hex

#B5BE2D
(181,190,45)
0 Favorites   0 Comments

Color spaces of #b5be2d

RGB 18119045
HSL0.180.620.46
HSV64°76°75°
CMYK 0.050.000.76   0.25
XYZ37.943246.84019.5239
Yxy46.84010.40230.4967
Hunter Lab68.4398-20.808939.6572
CIE-Lab74.0874-20.148866.5431

#b5be2d color RGB value is (181,190,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111110 00101101
Octal 265 276 55
Decimal 181 190 45
Hex B5 BE 2D

RGB Percentages of Color #b5be2d

%43.51
%45.67
%10.82

CMYK Percentages of Color #b5be2d

%5
%0
%76
%25

Triadic Colors of #b5be2d

#b5be2d #2db5be #be2db5

Analogous Colors of #b5be2d

#b5be2d #6dbe2d #be7f2d

Monochromatic Colors of #b5be2d

#b5be2d

Complementary Color

#b5be2d #362dbe

#b5be2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5be2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5be2d Color CSS Codes

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

#b5be2d Text Font Color

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

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


#b5be2d Background Color

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

This div background color is #b5be2d


#b5be2d Border Color

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

This div border color is #b5be2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5be2d


Comments

No comments written yet.

Please login to write comment.