Color Hex Logo

#bbe06f Color Hex

#BBE06F
(187,224,111)
0 Favorites   0 Comments

Color spaces of #bbe06f

RGB 187224111
HSL0.220.650.66
HSV80°50°88°
CMYK 0.170.000.50   0.12
XYZ50.018465.023824.9535
Yxy65.02380.35730.4645
Hunter Lab80.6373-30.393938.0986
CIE-Lab84.4960-29.495650.8767

#bbe06f color RGB value is (187,224,111).

#bbe06f hex color red value is 187, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bbe06f hue: 0.22 , saturation: 0.65 and the lightness value of bbe06f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01101111
Octal 273 340 157
Decimal 187 224 111
Hex BB E0 6F

RGB Percentages of Color #bbe06f

%35.82
%42.91
%21.26

CMYK Percentages of Color #bbe06f

%17
%0
%50
%12

Triadic Colors of #bbe06f

#bbe06f #6fbbe0 #e06fbb

Analogous Colors of #bbe06f

#bbe06f #83e06f #e0cd6f

Monochromatic Colors of #bbe06f

#bbe06f

Complementary Color

#bbe06f #946fe0

#bbe06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe06f Color CSS Codes

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

#bbe06f Text Font Color

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

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


#bbe06f Background Color

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

This div background color is #bbe06f


#bbe06f Border Color

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

This div border color is #bbe06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe06f


Comments

No comments written yet.

Please login to write comment.