Color Hex Logo

#bbea49 Color Hex

#BBEA49
(187,234,73)
0 Favorites   0 Comments

Color spaces of #bbea49

RGB 18723473
HSL0.220.790.60
HSV78°69°92°
CMYK 0.200.000.69   0.08
XYZ51.118969.891517.0995
Yxy69.89150.37010.5061
Hunter Lab83.6011-37.156146.3938
CIE-Lab86.9436-37.106669.5849

#bbea49 color RGB value is (187,234,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01001001
Octal 273 352 111
Decimal 187 234 73
Hex BB EA 49

RGB Percentages of Color #bbea49

%37.85
%47.37
%14.78

CMYK Percentages of Color #bbea49

%20
%0
%69
%8

Triadic Colors of #bbea49

#bbea49 #49bbea #ea49bb

Analogous Colors of #bbea49

#bbea49 #6bea49 #eac949

Monochromatic Colors of #bbea49

#bbea49

Complementary Color

#bbea49 #7849ea

#bbea49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea49 Color CSS Codes

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

#bbea49 Text Font Color

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

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


#bbea49 Background Color

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

This div background color is #bbea49


#bbea49 Border Color

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

This div border color is #bbea49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea49


Comments

No comments written yet.

Please login to write comment.