Color Hex Logo

#bbe18d Color Hex

#BBE18D
(187,225,141)
0 Favorites   0 Comments

Color spaces of #bbe18d

RGB 187225141
HSL0.240.580.72
HSV87°37°88°
CMYK 0.170.000.37   0.12
XYZ52.226466.338335.2513
Yxy66.33830.33950.4313
Hunter Lab81.4483-28.076631.3528
CIE-Lab85.1687-26.540537.0978

#bbe18d color RGB value is (187,225,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 10001101
Octal 273 341 215
Decimal 187 225 141
Hex BB E1 8D

RGB Percentages of Color #bbe18d

%33.82
%40.69
%25.50

CMYK Percentages of Color #bbe18d

%17
%0
%37
%12

Triadic Colors of #bbe18d

#bbe18d #8dbbe1 #e18dbb

Analogous Colors of #bbe18d

#bbe18d #91e18d #e1dd8d

Monochromatic Colors of #bbe18d

#bbe18d

Complementary Color

#bbe18d #b38de1

#bbe18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe18d Color CSS Codes

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

#bbe18d Text Font Color

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

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


#bbe18d Background Color

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

This div background color is #bbe18d


#bbe18d Border Color

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

This div border color is #bbe18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe18d


Comments

No comments written yet.

Please login to write comment.