Color Hex Logo

#bbe25e Color Hex

#BBE25E
(187,226,94)
0 Favorites   0 Comments

Color spaces of #bbe25e

RGB 18722694
HSL0.220.690.63
HSV78°58°89°
CMYK 0.170.000.58   0.11
XYZ49.710365.765720.6637
Yxy65.76570.36510.4831
Hunter Lab81.0961-32.501141.6598
CIE-Lab84.8768-31.967458.9921

#bbe25e color RGB value is (187,226,94).

#bbe25e hex color red value is 187, green value is 226 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbe25e hue: 0.22 , saturation: 0.69 and the lightness value of bbe25e is 0.63.

The process color (four color CMYK) of #bbe25e color hex is 0.17, 0.00, 0.58, 0.11. Web safe color of #bbe25e is #cccc66. Color #bbe25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 01011110
Octal 273 342 136
Decimal 187 226 94
Hex BB E2 5E

RGB Percentages of Color #bbe25e

%36.88
%44.58
%18.54

CMYK Percentages of Color #bbe25e

%17
%0
%58
%11

Triadic Colors of #bbe25e

#bbe25e #5ebbe2 #e25ebb

Analogous Colors of #bbe25e

#bbe25e #79e25e #e2c75e

Monochromatic Colors of #bbe25e

#bbe25e

Complementary Color

#bbe25e #855ee2

#bbe25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe25e Color CSS Codes

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

#bbe25e Text Font Color

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

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


#bbe25e Background Color

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

This div background color is #bbe25e


#bbe25e Border Color

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

This div border color is #bbe25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe25e


Comments

No comments written yet.

Please login to write comment.