Color Hex Logo

#bbe094 Color Hex

#BBE094
(187,224,148)
0 Favorites   0 Comments

Color spaces of #bbe094

RGB 187224148
HSL0.250.550.73
HSV89°34°88°
CMYK 0.170.000.34   0.12
XYZ52.494566.014237.9922
Yxy66.01420.33540.4218
Hunter Lab81.2491-26.858329.1503
CIE-Lab85.0037-25.129633.3425

#bbe094 color RGB value is (187,224,148).

#bbe094 hex color red value is 187, green value is 224 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bbe094 hue: 0.25 , saturation: 0.55 and the lightness value of bbe094 is 0.73.

The process color (four color CMYK) of #bbe094 color hex is 0.17, 0.00, 0.34, 0.12. Web safe color of #bbe094 is #cccc99. Color #bbe094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 10010100
Octal 273 340 224
Decimal 187 224 148
Hex BB E0 94

RGB Percentages of Color #bbe094

%33.45
%40.07
%26.48

CMYK Percentages of Color #bbe094

%17
%0
%34
%12

Triadic Colors of #bbe094

#bbe094 #94bbe0 #e094bb

Analogous Colors of #bbe094

#bbe094 #95e094 #e0df94

Monochromatic Colors of #bbe094

#bbe094

Complementary Color

#bbe094 #b994e0

#bbe094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe094 Color CSS Codes

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

#bbe094 Text Font Color

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

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


#bbe094 Background Color

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

This div background color is #bbe094


#bbe094 Border Color

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

This div border color is #bbe094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe094


Comments

No comments written yet.

Please login to write comment.