Color Hex Logo

#bbe87d Color Hex

#BBE87D
(187,232,125)
0 Favorites   0 Comments

Color spaces of #bbe87d

RGB 187232125
HSL0.240.700.70
HSV85°46°91°
CMYK 0.190.000.46   0.09
XYZ53.051869.758730.0707
Yxy69.75870.34700.4563
Hunter Lab83.5217-32.782237.1187
CIE-Lab86.8784-31.763747.1325

#bbe87d color RGB value is (187,232,125).

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

The process color (four color CMYK) of #bbe87d color hex is 0.19, 0.00, 0.46, 0.09. Web safe color of #bbe87d is #ccff66. Color #bbe87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101000 01111101
Octal 273 350 175
Decimal 187 232 125
Hex BB E8 7D

RGB Percentages of Color #bbe87d

%34.38
%42.65
%22.98

CMYK Percentages of Color #bbe87d

%19
%0
%46
%9

Triadic Colors of #bbe87d

#bbe87d #7dbbe8 #e87dbb

Analogous Colors of #bbe87d

#bbe87d #86e87d #e8e07d

Monochromatic Colors of #bbe87d

#bbe87d

Complementary Color

#bbe87d #aa7de8

#bbe87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe87d Color CSS Codes

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

#bbe87d Text Font Color

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

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


#bbe87d Background Color

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

This div background color is #bbe87d


#bbe87d Border Color

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

This div border color is #bbe87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe87d


Comments

No comments written yet.

Please login to write comment.