Color Hex Logo

#bbeb91 Color Hex

#BBEB91
(187,235,145)
0 Favorites   0 Comments

Color spaces of #bbeb91

RGB 187235145
HSL0.260.690.75
HSV92°38°92°
CMYK 0.200.000.38   0.08
XYZ55.312772.025837.7751
Yxy72.02580.33500.4362
Hunter Lab84.8680-32.181733.0174
CIE-Lab87.9810-30.749438.7445

#bbeb91 color RGB value is (187,235,145).

#bbeb91 hex color red value is 187, green value is 235 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bbeb91 hue: 0.26 , saturation: 0.69 and the lightness value of bbeb91 is 0.75.

The process color (four color CMYK) of #bbeb91 color hex is 0.20, 0.00, 0.38, 0.08. Web safe color of #bbeb91 is #ccff99. Color #bbeb91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10010001
Octal 273 353 221
Decimal 187 235 145
Hex BB EB 91

RGB Percentages of Color #bbeb91

%32.98
%41.45
%25.57

CMYK Percentages of Color #bbeb91

%20
%0
%38
%8

Triadic Colors of #bbeb91

#bbeb91 #91bbeb #eb91bb

Analogous Colors of #bbeb91

#bbeb91 #91eb94 #e8eb91

Monochromatic Colors of #bbeb91

#bbeb91

Complementary Color

#bbeb91 #c191eb

#bbeb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb91 Color CSS Codes

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

#bbeb91 Text Font Color

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

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


#bbeb91 Background Color

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

This div background color is #bbeb91


#bbeb91 Border Color

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

This div border color is #bbeb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb91


Comments

No comments written yet.

Please login to write comment.