Color Hex Logo

#b5e776 Color Hex

#B5E776
(181,231,118)
0 Favorites   0 Comments

Color spaces of #b5e776

RGB 181231118
HSL0.240.700.68
HSV87°49°91°
CMYK 0.220.000.49   0.09
XYZ50.902068.283627.6368
Yxy68.28360.34670.4651
Hunter Lab82.6339-34.654338.0143
CIE-Lab86.1481-34.253449.4866

#b5e776 color RGB value is (181,231,118).

#b5e776 hex color red value is 181, green value is 231 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b5e776 hue: 0.24 , saturation: 0.70 and the lightness value of b5e776 is 0.68.

The process color (four color CMYK) of #b5e776 color hex is 0.22, 0.00, 0.49, 0.09. Web safe color of #b5e776 is #ccff66. Color #b5e776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100111 01110110
Octal 265 347 166
Decimal 181 231 118
Hex B5 E7 76

RGB Percentages of Color #b5e776

%34.15
%43.58
%22.26

CMYK Percentages of Color #b5e776

%22
%0
%49
%9

Triadic Colors of #b5e776

#b5e776 #76b5e7 #e776b5

Analogous Colors of #b5e776

#b5e776 #7de776 #e7e176

Monochromatic Colors of #b5e776

#b5e776

Complementary Color

#b5e776 #a876e7

#b5e776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e776 Color CSS Codes

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

#b5e776 Text Font Color

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

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


#b5e776 Background Color

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

This div background color is #b5e776


#b5e776 Border Color

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

This div border color is #b5e776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e776


Comments

No comments written yet.

Please login to write comment.