Color Hex Logo

#bbf00d Color Hex

#BBF00D
(187,240,13)
0 Favorites   0 Comments

Color spaces of #bbf00d

RGB 18724013
HSL0.210.900.50
HSV74°95°94°
CMYK 0.220.000.95   0.06
XYZ51.726372.914011.7283
Yxy72.91400.37930.5347
Hunter Lab85.3897-41.302551.6293
CIE-Lab88.4067-41.808784.8514

#bbf00d color RGB value is (187,240,13).

#bbf00d hex color red value is 187, green value is 240 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bbf00d hue: 0.21 , saturation: 0.90 and the lightness value of bbf00d is 0.50.

The process color (four color CMYK) of #bbf00d color hex is 0.22, 0.00, 0.95, 0.06. Web safe color of #bbf00d is #ccff00. Color #bbf00d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 00001101
Octal 273 360 15
Decimal 187 240 13
Hex BB F0 D

RGB Percentages of Color #bbf00d

%42.50
%54.55
%2.95

CMYK Percentages of Color #bbf00d

%22
%0
%95
%6

Triadic Colors of #bbf00d

#bbf00d #0dbbf0 #f00dbb

Analogous Colors of #bbf00d

#bbf00d #4af00d #f0b40d

Monochromatic Colors of #bbf00d

#bbf00d

Complementary Color

#bbf00d #420df0

#bbf00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf00d Color CSS Codes

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

#bbf00d Text Font Color

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

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


#bbf00d Background Color

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

This div background color is #bbf00d


#bbf00d Border Color

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

This div border color is #bbf00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf00d


Comments

No comments written yet.

Please login to write comment.