Color Hex Logo

#bbee7d Color Hex

#BBEE7D
(187,238,125)
0 Favorites   0 Comments

Color spaces of #bbee7d

RGB 187238125
HSL0.240.770.71
HSV87°47°93°
CMYK 0.210.000.47   0.07
XYZ54.769773.194530.6433
Yxy73.19450.34530.4615
Hunter Lab85.5538-35.447238.6514
CIE-Lab88.5404-34.531149.1765

#bbee7d color RGB value is (187,238,125).

#bbee7d hex color red value is 187, green value is 238 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bbee7d hue: 0.24 , saturation: 0.77 and the lightness value of bbee7d is 0.71.

The process color (four color CMYK) of #bbee7d color hex is 0.21, 0.00, 0.47, 0.07. Web safe color of #bbee7d is #ccff66. Color #bbee7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 01111101
Octal 273 356 175
Decimal 187 238 125
Hex BB EE 7D

RGB Percentages of Color #bbee7d

%34.00
%43.27
%22.73

CMYK Percentages of Color #bbee7d

%21
%0
%47
%7

Triadic Colors of #bbee7d

#bbee7d #7dbbee #ee7dbb

Analogous Colors of #bbee7d

#bbee7d #83ee7d #eee97d

Monochromatic Colors of #bbee7d

#bbee7d

Complementary Color

#bbee7d #b07dee

#bbee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbee7d Color CSS Codes

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

#bbee7d Text Font Color

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

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


#bbee7d Background Color

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

This div background color is #bbee7d


#bbee7d Border Color

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

This div border color is #bbee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbee7d


Comments

No comments written yet.

Please login to write comment.