Color Hex Logo

#bbe48b Color Hex

#BBE48B
(187,228,139)
0 Favorites   0 Comments

Color spaces of #bbe48b

RGB 187228139
HSL0.240.620.72
HSV88°39°89°
CMYK 0.180.000.39   0.11
XYZ52.897167.915734.7472
Yxy67.91570.34000.4366
Hunter Lab82.4110-29.645532.6891
CIE-Lab85.9643-28.224139.1273

#bbe48b color RGB value is (187,228,139).

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

The process color (four color CMYK) of #bbe48b color hex is 0.18, 0.00, 0.39, 0.11. Web safe color of #bbe48b is #cccc99. Color #bbe48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 10001011
Octal 273 344 213
Decimal 187 228 139
Hex BB E4 8B

RGB Percentages of Color #bbe48b

%33.75
%41.16
%25.09

CMYK Percentages of Color #bbe48b

%18
%0
%39
%11

Triadic Colors of #bbe48b

#bbe48b #8bbbe4 #e48bbb

Analogous Colors of #bbe48b

#bbe48b #8fe48b #e4e18b

Monochromatic Colors of #bbe48b

#bbe48b

Complementary Color

#bbe48b #b48be4

#bbe48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe48b Color CSS Codes

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

#bbe48b Text Font Color

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

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


#bbe48b Background Color

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

This div background color is #bbe48b


#bbe48b Border Color

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

This div border color is #bbe48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe48b


Comments

No comments written yet.

Please login to write comment.