Color Hex Logo

#bbe08f Color Hex

#BBE08F
(187,224,143)
0 Favorites   0 Comments

Color spaces of #bbe08f

RGB 187224143
HSL0.240.570.72
HSV87°36°88°
CMYK 0.170.000.36   0.12
XYZ52.107165.859335.9524
Yxy65.85930.33850.4279
Hunter Lab81.1537-27.408030.5412
CIE-Lab84.9246-25.800535.7725

#bbe08f color RGB value is (187,224,143).

#bbe08f hex color red value is 187, green value is 224 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bbe08f hue: 0.24 , saturation: 0.57 and the lightness value of bbe08f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 10001111
Octal 273 340 217
Decimal 187 224 143
Hex BB E0 8F

RGB Percentages of Color #bbe08f

%33.75
%40.43
%25.81

CMYK Percentages of Color #bbe08f

%17
%0
%36
%12

Triadic Colors of #bbe08f

#bbe08f #8fbbe0 #e08fbb

Analogous Colors of #bbe08f

#bbe08f #93e08f #e0dd8f

Monochromatic Colors of #bbe08f

#bbe08f

Complementary Color

#bbe08f #b48fe0

#bbe08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe08f Color CSS Codes

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

#bbe08f Text Font Color

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

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


#bbe08f Background Color

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

This div background color is #bbe08f


#bbe08f Border Color

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

This div border color is #bbe08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe08f


Comments

No comments written yet.

Please login to write comment.