Color Hex Logo

#bbeb95 Color Hex

#BBEB95
(187,235,149)
0 Favorites   0 Comments

Color spaces of #bbeb95

RGB 187235149
HSL0.260.680.75
HSV93°37°92°
CMYK 0.200.000.37   0.08
XYZ55.626772.151439.4285
Yxy72.15140.33270.4315
Hunter Lab84.9420-31.752631.9381
CIE-Lab88.0414-30.221436.8275

#bbeb95 color RGB value is (187,235,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10010101
Octal 273 353 225
Decimal 187 235 149
Hex BB EB 95

RGB Percentages of Color #bbeb95

%32.75
%41.16
%26.09

CMYK Percentages of Color #bbeb95

%20
%0
%37
%8

Triadic Colors of #bbeb95

#bbeb95 #95bbeb #eb95bb

Analogous Colors of #bbeb95

#bbeb95 #95eb9a #e6eb95

Monochromatic Colors of #bbeb95

#bbeb95

Complementary Color

#bbeb95 #c595eb

#bbeb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb95 Color CSS Codes

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

#bbeb95 Text Font Color

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

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


#bbeb95 Background Color

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

This div background color is #bbeb95


#bbeb95 Border Color

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

This div border color is #bbeb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb95

#bbeb95 Color Palettes


Comments

No comments written yet.

Please login to write comment.