Color Hex Logo

#bbde2f Color Hex

#BBDE2F
(187,222,47)
0 Favorites   0 Comments

Color spaces of #bbde2f

RGB 18722247
HSL0.200.730.53
HSV72°79°87°
CMYK 0.160.000.79   0.13
XYZ47.127963.012612.3681
Yxy63.01260.38470.5144
Hunter Lab79.3805-32.941046.3285
CIE-Lab83.4490-32.913574.6038

#bbde2f color RGB value is (187,222,47).

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

The process color (four color CMYK) of #bbde2f color hex is 0.16, 0.00, 0.79, 0.13. Web safe color of #bbde2f is #cccc33. Color #bbde2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00101111
Octal 273 336 57
Decimal 187 222 47
Hex BB DE 2F

RGB Percentages of Color #bbde2f

%41.01
%48.68
%10.31

CMYK Percentages of Color #bbde2f

%16
%0
%79
%13

Triadic Colors of #bbde2f

#bbde2f #2fbbde #de2fbb

Analogous Colors of #bbde2f

#bbde2f #63de2f #deaa2f

Monochromatic Colors of #bbde2f

#bbde2f

Complementary Color

#bbde2f #522fde

#bbde2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde2f Color CSS Codes

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

#bbde2f Text Font Color

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

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


#bbde2f Background Color

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

This div background color is #bbde2f


#bbde2f Border Color

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

This div border color is #bbde2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde2f


Comments

No comments written yet.

Please login to write comment.