Color Hex Logo

#bbe03f Color Hex

#BBE03F
(187,224,63)
0 Favorites   0 Comments

Color spaces of #bbe03f

RGB 18722463
HSL0.200.720.56
HSV74°72°88°
CMYK 0.170.000.72   0.12
XYZ48.046464.235014.5689
Yxy64.23500.37880.5064
Hunter Lab80.1467-33.249545.3251
CIE-Lab84.0880-33.113270.2710

#bbe03f color RGB value is (187,224,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00111111
Octal 273 340 77
Decimal 187 224 63
Hex BB E0 3F

RGB Percentages of Color #bbe03f

%39.45
%47.26
%13.29

CMYK Percentages of Color #bbe03f

%17
%0
%72
%12

Triadic Colors of #bbe03f

#bbe03f #3fbbe0 #e03fbb

Analogous Colors of #bbe03f

#bbe03f #6be03f #e0b53f

Monochromatic Colors of #bbe03f

#bbe03f

Complementary Color

#bbe03f #643fe0

#bbe03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe03f Color CSS Codes

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

#bbe03f Text Font Color

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

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


#bbe03f Background Color

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

This div background color is #bbe03f


#bbe03f Border Color

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

This div border color is #bbe03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe03f


Comments

No comments written yet.

Please login to write comment.