Color Hex Logo

#b5e65f Color Hex

#B5E65F
(181,230,95)
0 Favorites   0 Comments

Color spaces of #b5e65f

RGB 18123095
HSL0.230.730.64
HSV82°59°90°
CMYK 0.210.000.59   0.10
XYZ49.418467.243621.2012
Yxy67.24360.35850.4878
Hunter Lab82.0022-35.931342.0724
CIE-Lab85.6268-35.990459.2973

#b5e65f color RGB value is (181,230,95).

#b5e65f hex color red value is 181, green value is 230 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b5e65f hue: 0.23 , saturation: 0.73 and the lightness value of b5e65f is 0.64.

The process color (four color CMYK) of #b5e65f color hex is 0.21, 0.00, 0.59, 0.10. Web safe color of #b5e65f is #ccff66. Color #b5e65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100110 01011111
Octal 265 346 137
Decimal 181 230 95
Hex B5 E6 5F

RGB Percentages of Color #b5e65f

%35.77
%45.45
%18.77

CMYK Percentages of Color #b5e65f

%21
%0
%59
%10

Triadic Colors of #b5e65f

#b5e65f #5fb5e6 #e65fb5

Analogous Colors of #b5e65f

#b5e65f #72e65f #e6d45f

Monochromatic Colors of #b5e65f

#b5e65f

Complementary Color

#b5e65f #905fe6

#b5e65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e65f Color CSS Codes

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

#b5e65f Text Font Color

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

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


#b5e65f Background Color

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

This div background color is #b5e65f


#b5e65f Border Color

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

This div border color is #b5e65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e65f


Comments

No comments written yet.

Please login to write comment.