Color Hex Logo

#bbeb7e Color Hex

#BBEB7E
(187,235,126)
0 Favorites   0 Comments

Color spaces of #bbeb7e

RGB 187235126
HSL0.240.730.71
HSV86°46°92°
CMYK 0.200.000.46   0.08
XYZ53.967771.487830.6928
Yxy71.48780.34560.4578
Hunter Lab84.5505-34.028637.6624
CIE-Lab87.7215-33.042147.6940

#bbeb7e color RGB value is (187,235,126).

#bbeb7e hex color red value is 187, green value is 235 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bbeb7e hue: 0.24 , saturation: 0.73 and the lightness value of bbeb7e is 0.71.

The process color (four color CMYK) of #bbeb7e color hex is 0.20, 0.00, 0.46, 0.08. Web safe color of #bbeb7e is #ccff66. Color #bbeb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 01111110
Octal 273 353 176
Decimal 187 235 126
Hex BB EB 7E

RGB Percentages of Color #bbeb7e

%34.12
%42.88
%22.99

CMYK Percentages of Color #bbeb7e

%20
%0
%46
%8

Triadic Colors of #bbeb7e

#bbeb7e #7ebbeb #eb7ebb

Analogous Colors of #bbeb7e

#bbeb7e #85eb7e #ebe57e

Monochromatic Colors of #bbeb7e

#bbeb7e

Complementary Color

#bbeb7e #ae7eeb

#bbeb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb7e Color CSS Codes

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

#bbeb7e Text Font Color

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

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


#bbeb7e Background Color

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

This div background color is #bbeb7e


#bbeb7e Border Color

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

This div border color is #bbeb7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,235,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbeb7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbeb7e;
  -webkit-box-shadow: 1px 1px 3px 2px #bbeb7e;
  box-shadow:         1px 1px 3px 2px #bbeb7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,235,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb7e


Comments

No comments written yet.

Please login to write comment.