Color Hex Logo

#bbea47 Color Hex

#BBEA47
(187,234,71)
0 Favorites   0 Comments

Color spaces of #bbea47

RGB 18723471
HSL0.210.800.60
HSV77°70°92°
CMYK 0.200.000.70   0.08
XYZ51.053769.865416.7558
Yxy69.86540.37080.5075
Hunter Lab83.5855-37.247646.6244
CIE-Lab86.9308-37.224370.2907

#bbea47 color RGB value is (187,234,71).

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

The process color (four color CMYK) of #bbea47 color hex is 0.20, 0.00, 0.70, 0.08. Web safe color of #bbea47 is #ccff33. Color #bbea47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01000111
Octal 273 352 107
Decimal 187 234 71
Hex BB EA 47

RGB Percentages of Color #bbea47

%38.01
%47.56
%14.43

CMYK Percentages of Color #bbea47

%20
%0
%70
%8

Triadic Colors of #bbea47

#bbea47 #47bbea #ea47bb

Analogous Colors of #bbea47

#bbea47 #6aea47 #eac847

Monochromatic Colors of #bbea47

#bbea47

Complementary Color

#bbea47 #7647ea

#bbea47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea47 Color CSS Codes

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

#bbea47 Text Font Color

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

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


#bbea47 Background Color

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

This div background color is #bbea47


#bbea47 Border Color

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

This div border color is #bbea47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea47


Comments

No comments written yet.

Please login to write comment.