Color Hex Logo

#bbde47 Color Hex

#BBDE47
(187,222,71)
0 Favorites   0 Comments

Color spaces of #bbde47

RGB 18722271
HSL0.210.700.57
HSV74°68°87°
CMYK 0.160.000.68   0.13
XYZ47.752163.262315.6553
Yxy63.26230.37700.4994
Hunter Lab79.5376-32.024544.0063
CIE-Lab83.5802-31.739466.9135

#bbde47 color RGB value is (187,222,71).

#bbde47 hex color red value is 187, green value is 222 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bbde47 hue: 0.21 , saturation: 0.70 and the lightness value of bbde47 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 01000111
Octal 273 336 107
Decimal 187 222 71
Hex BB DE 47

RGB Percentages of Color #bbde47

%38.96
%46.25
%14.79

CMYK Percentages of Color #bbde47

%16
%0
%68
%13

Triadic Colors of #bbde47

#bbde47 #47bbde #de47bb

Analogous Colors of #bbde47

#bbde47 #70de47 #deb647

Monochromatic Colors of #bbde47

#bbde47

Complementary Color

#bbde47 #6a47de

#bbde47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde47 Color CSS Codes

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

#bbde47 Text Font Color

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

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


#bbde47 Background Color

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

This div background color is #bbde47


#bbde47 Border Color

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

This div border color is #bbde47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde47


Comments

No comments written yet.

Please login to write comment.