Color Hex Logo

#bbe03a Color Hex

#BBE03A
(187,224,58)
0 Favorites   0 Comments

Color spaces of #bbe03a

RGB 18722458
HSL0.200.730.55
HSV73°74°88°
CMYK 0.170.000.74   0.12
XYZ47.912964.181613.8660
Yxy64.18160.38040.5095
Hunter Lab80.1134-33.444245.8175
CIE-Lab84.0602-33.362971.8955

#bbe03a color RGB value is (187,224,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00111010
Octal 273 340 72
Decimal 187 224 58
Hex BB E0 3A

RGB Percentages of Color #bbe03a

%39.87
%47.76
%12.37

CMYK Percentages of Color #bbe03a

%17
%0
%74
%12

Triadic Colors of #bbe03a

#bbe03a #3abbe0 #e03abb

Analogous Colors of #bbe03a

#bbe03a #68e03a #e0b23a

Monochromatic Colors of #bbe03a

#bbe03a

Complementary Color

#bbe03a #5f3ae0

#bbe03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe03a Color CSS Codes

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

#bbe03a Text Font Color

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

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


#bbe03a Background Color

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

This div background color is #bbe03a


#bbe03a Border Color

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

This div border color is #bbe03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe03a


Comments

No comments written yet.

Please login to write comment.