Color Hex Logo

#bbe420 Color Hex

#BBE420
(187,228,32)
0 Favorites   0 Comments

Color spaces of #bbe420

RGB 18722832
HSL0.200.780.51
HSV73°86°89°
CMYK 0.180.000.86   0.11
XYZ48.497666.155911.5798
Yxy66.15590.38420.5241
Hunter Lab81.3363-35.906048.4943
CIE-Lab85.0759-36.128579.5120

#bbe420 color RGB value is (187,228,32).

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

The process color (four color CMYK) of #bbe420 color hex is 0.18, 0.00, 0.86, 0.11. Web safe color of #bbe420 is #cccc33. Color #bbe420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 00100000
Octal 273 344 40
Decimal 187 228 32
Hex BB E4 20

RGB Percentages of Color #bbe420

%41.83
%51.01
%7.16

CMYK Percentages of Color #bbe420

%18
%0
%86
%11

Triadic Colors of #bbe420

#bbe420 #20bbe4 #e420bb

Analogous Colors of #bbe420

#bbe420 #59e420 #e4ab20

Monochromatic Colors of #bbe420

#bbe420

Complementary Color

#bbe420 #4920e4

#bbe420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe420 Color CSS Codes

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

#bbe420 Text Font Color

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

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


#bbe420 Background Color

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

This div background color is #bbe420


#bbe420 Border Color

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

This div border color is #bbe420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe420


Comments

No comments written yet.

Please login to write comment.