Color Hex Logo

#bbe137 Color Hex

#BBE137
(187,225,55)
0 Favorites   0 Comments

Color spaces of #bbe137

RGB 18722555
HSL0.200.740.55
HSV73°76°88°
CMYK 0.170.000.76   0.12
XYZ48.108364.691113.5655
Yxy64.69110.38070.5119
Hunter Lab80.4308-33.987146.3017
CIE-Lab84.3243-33.960973.0830

#bbe137 color RGB value is (187,225,55).

#bbe137 hex color red value is 187, green value is 225 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bbe137 hue: 0.20 , saturation: 0.74 and the lightness value of bbe137 is 0.55.

The process color (four color CMYK) of #bbe137 color hex is 0.17, 0.00, 0.76, 0.12. Web safe color of #bbe137 is #cccc33. Color #bbe137 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00110111
Octal 273 341 67
Decimal 187 225 55
Hex BB E1 37

RGB Percentages of Color #bbe137

%40.04
%48.18
%11.78

CMYK Percentages of Color #bbe137

%17
%0
%76
%12

Triadic Colors of #bbe137

#bbe137 #37bbe1 #e137bb

Analogous Colors of #bbe137

#bbe137 #66e137 #e1b237

Monochromatic Colors of #bbe137

#bbe137

Complementary Color

#bbe137 #5d37e1

#bbe137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe137 Color CSS Codes

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

#bbe137 Text Font Color

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

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


#bbe137 Background Color

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

This div background color is #bbe137


#bbe137 Border Color

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

This div border color is #bbe137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe137


Comments

No comments written yet.

Please login to write comment.