Color Hex Logo

#bbe52d Color Hex

#BBE52D
(187,229,45)
0 Favorites   0 Comments

Color spaces of #bbe52d

RGB 18722945
HSL0.200.780.54
HSV74°80°90°
CMYK 0.180.000.80   0.10
XYZ48.986566.792912.7931
Yxy66.79290.38100.5195
Hunter Lab81.7269-36.030647.9279
CIE-Lab85.3993-36.184376.8694

#bbe52d color RGB value is (187,229,45).

#bbe52d hex color red value is 187, green value is 229 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bbe52d hue: 0.20 , saturation: 0.78 and the lightness value of bbe52d is 0.54.

The process color (four color CMYK) of #bbe52d color hex is 0.18, 0.00, 0.80, 0.10. Web safe color of #bbe52d is #cccc33. Color #bbe52d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 00101101
Octal 273 345 55
Decimal 187 229 45
Hex BB E5 2D

RGB Percentages of Color #bbe52d

%40.56
%49.67
%9.76

CMYK Percentages of Color #bbe52d

%18
%0
%80
%10

Triadic Colors of #bbe52d

#bbe52d #2dbbe5 #e52dbb

Analogous Colors of #bbe52d

#bbe52d #5fe52d #e5b32d

Monochromatic Colors of #bbe52d

#bbe52d

Complementary Color

#bbe52d #572de5

#bbe52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe52d Color CSS Codes

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

#bbe52d Text Font Color

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

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


#bbe52d Background Color

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

This div background color is #bbe52d


#bbe52d Border Color

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

This div border color is #bbe52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe52d


Comments

No comments written yet.

Please login to write comment.