Color Hex Logo

#bbec7d Color Hex

#BBEC7D
(187,236,125)
0 Favorites   0 Comments

Color spaces of #bbec7d

RGB 187236125
HSL0.240.740.71
HSV86°47°93°
CMYK 0.210.000.47   0.07
XYZ54.190672.036430.4503
Yxy72.03640.34590.4598
Hunter Lab84.8743-34.561138.1405
CIE-Lab87.9861-33.613548.4966

#bbec7d color RGB value is (187,236,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 01111101
Octal 273 354 175
Decimal 187 236 125
Hex BB EC 7D

RGB Percentages of Color #bbec7d

%34.12
%43.07
%22.81

CMYK Percentages of Color #bbec7d

%21
%0
%47
%7

Triadic Colors of #bbec7d

#bbec7d #7dbbec #ec7dbb

Analogous Colors of #bbec7d

#bbec7d #84ec7d #ece67d

Monochromatic Colors of #bbec7d

#bbec7d

Complementary Color

#bbec7d #ae7dec

#bbec7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbec7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbec7d Color CSS Codes

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

#bbec7d Text Font Color

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

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


#bbec7d Background Color

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

This div background color is #bbec7d


#bbec7d Border Color

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

This div border color is #bbec7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbec7d


Comments

No comments written yet.

Please login to write comment.