Color Hex Logo

#bbe18f Color Hex

#BBE18F
(187,225,143)
0 Favorites   0 Comments

Color spaces of #bbe18f

RGB 187225143
HSL0.240.580.72
HSV88°36°88°
CMYK 0.170.000.36   0.12
XYZ52.376766.398436.0422
Yxy66.39840.33830.4289
Hunter Lab81.4852-27.863730.8147
CIE-Lab85.1992-26.279736.1310

#bbe18f color RGB value is (187,225,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 10001111
Octal 273 341 217
Decimal 187 225 143
Hex BB E1 8F

RGB Percentages of Color #bbe18f

%33.69
%40.54
%25.77

CMYK Percentages of Color #bbe18f

%17
%0
%36
%12

Triadic Colors of #bbe18f

#bbe18f #8fbbe1 #e18fbb

Analogous Colors of #bbe18f

#bbe18f #92e18f #e1de8f

Monochromatic Colors of #bbe18f

#bbe18f

Complementary Color

#bbe18f #b58fe1

#bbe18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe18f Color CSS Codes

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

#bbe18f Text Font Color

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

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


#bbe18f Background Color

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

This div background color is #bbe18f


#bbe18f Border Color

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

This div border color is #bbe18f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,225,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 #bbe18f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe18f


Comments

No comments written yet.

Please login to write comment.