Color Hex Logo

#bbe45a Color Hex

#BBE45A
(187,228,90)
0 Favorites   0 Comments

Color spaces of #bbe45a

RGB 18722890
HSL0.220.720.62
HSV78°61°89°
CMYK 0.180.000.61   0.11
XYZ50.082466.789819.9250
Yxy66.78980.36610.4882
Hunter Lab81.7250-33.631142.7523
CIE-Lab85.3977-33.210161.2765

#bbe45a color RGB value is (187,228,90).

#bbe45a hex color red value is 187, green value is 228 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bbe45a hue: 0.22 , saturation: 0.72 and the lightness value of bbe45a is 0.62.

The process color (four color CMYK) of #bbe45a color hex is 0.18, 0.00, 0.61, 0.11. Web safe color of #bbe45a is #cccc66. Color #bbe45a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 01011010
Octal 273 344 132
Decimal 187 228 90
Hex BB E4 5A

RGB Percentages of Color #bbe45a

%37.03
%45.15
%17.82

CMYK Percentages of Color #bbe45a

%18
%0
%61
%11

Triadic Colors of #bbe45a

#bbe45a #5abbe4 #e45abb

Analogous Colors of #bbe45a

#bbe45a #76e45a #e4c85a

Monochromatic Colors of #bbe45a

#bbe45a

Complementary Color

#bbe45a #835ae4

#bbe45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe45a Color CSS Codes

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

#bbe45a Text Font Color

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

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


#bbe45a Background Color

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

This div background color is #bbe45a


#bbe45a Border Color

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

This div border color is #bbe45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe45a


Comments

No comments written yet.

Please login to write comment.