Color Hex Logo

#bbe07a Color Hex

#BBE07A
(187,224,122)
0 Favorites   0 Comments

Color spaces of #bbe07a

RGB 187224122
HSL0.230.620.68
HSV82°46°88°
CMYK 0.170.000.46   0.12
XYZ50.662065.281228.3427
Yxy65.28120.35110.4524
Hunter Lab80.7968-29.469535.7594
CIE-Lab84.6284-28.342445.7974

#bbe07a color RGB value is (187,224,122).

#bbe07a hex color red value is 187, green value is 224 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bbe07a hue: 0.23 , saturation: 0.62 and the lightness value of bbe07a is 0.68.

The process color (four color CMYK) of #bbe07a color hex is 0.17, 0.00, 0.46, 0.12. Web safe color of #bbe07a is #cccc66. Color #bbe07a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01111010
Octal 273 340 172
Decimal 187 224 122
Hex BB E0 7A

RGB Percentages of Color #bbe07a

%35.08
%42.03
%22.89

CMYK Percentages of Color #bbe07a

%17
%0
%46
%12

Triadic Colors of #bbe07a

#bbe07a #7abbe0 #e07abb

Analogous Colors of #bbe07a

#bbe07a #88e07a #e0d27a

Monochromatic Colors of #bbe07a

#bbe07a

Complementary Color

#bbe07a #9f7ae0

#bbe07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe07a Color CSS Codes

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

#bbe07a Text Font Color

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

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


#bbe07a Background Color

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

This div background color is #bbe07a


#bbe07a Border Color

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

This div border color is #bbe07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe07a


Comments

No comments written yet.

Please login to write comment.