Color Hex Logo

#bbe18e Color Hex

#BBE18E
(187,225,142)
0 Favorites   0 Comments

Color spaces of #bbe18e

RGB 187225142
HSL0.240.580.72
HSV87°37°88°
CMYK 0.170.000.37   0.12
XYZ52.301266.368235.6450
Yxy66.36820.33890.4301
Hunter Lab81.4667-27.970631.0849
CIE-Lab85.1839-26.410636.6147

#bbe18e color RGB value is (187,225,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 10001110
Octal 273 341 216
Decimal 187 225 142
Hex BB E1 8E

RGB Percentages of Color #bbe18e

%33.75
%40.61
%25.63

CMYK Percentages of Color #bbe18e

%17
%0
%37
%12

Triadic Colors of #bbe18e

#bbe18e #8ebbe1 #e18ebb

Analogous Colors of #bbe18e

#bbe18e #92e18e #e1de8e

Monochromatic Colors of #bbe18e

#bbe18e

Complementary Color

#bbe18e #b48ee1

#bbe18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe18e Color CSS Codes

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

#bbe18e Text Font Color

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

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


#bbe18e Background Color

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

This div background color is #bbe18e


#bbe18e Border Color

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

This div border color is #bbe18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe18e


Comments

No comments written yet.

Please login to write comment.