Color Hex Logo

#bbdd47 Color Hex

#BBDD47
(187,221,71)
0 Favorites   0 Comments

Color spaces of #bbdd47

RGB 18722171
HSL0.200.690.57
HSV74°68°87°
CMYK 0.150.000.68   0.13
XYZ47.487362.732615.5670
Yxy62.73260.37750.4987
Hunter Lab79.2039-31.585843.7897
CIE-Lab83.3015-31.274266.6303

#bbdd47 color RGB value is (187,221,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01000111
Octal 273 335 107
Decimal 187 221 71
Hex BB DD 47

RGB Percentages of Color #bbdd47

%39.04
%46.14
%14.82

CMYK Percentages of Color #bbdd47

%15
%0
%68
%13

Triadic Colors of #bbdd47

#bbdd47 #47bbdd #dd47bb

Analogous Colors of #bbdd47

#bbdd47 #70dd47 #ddb447

Monochromatic Colors of #bbdd47

#bbdd47

Complementary Color

#bbdd47 #6947dd

#bbdd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd47 Color CSS Codes

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

#bbdd47 Text Font Color

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

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


#bbdd47 Background Color

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

This div background color is #bbdd47


#bbdd47 Border Color

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

This div border color is #bbdd47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,221,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 #bbdd47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd47


Comments

No comments written yet.

Please login to write comment.