Color Hex Logo

#bbea55 Color Hex

#BBEA55
(187,234,85)
0 Favorites   0 Comments

Color spaces of #bbea55

RGB 18723485
HSL0.220.780.63
HSV79°64°92°
CMYK 0.200.000.64   0.08
XYZ51.556070.066319.4012
Yxy70.06630.36560.4968
Hunter Lab83.7056-36.543044.8518
CIE-Lab87.0294-36.320665.0936

#bbea55 color RGB value is (187,234,85).

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

The process color (four color CMYK) of #bbea55 color hex is 0.20, 0.00, 0.64, 0.08. Web safe color of #bbea55 is #ccff66. Color #bbea55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01010101
Octal 273 352 125
Decimal 187 234 85
Hex BB EA 55

RGB Percentages of Color #bbea55

%36.96
%46.25
%16.80

CMYK Percentages of Color #bbea55

%20
%0
%64
%8

Triadic Colors of #bbea55

#bbea55 #55bbea #ea55bb

Analogous Colors of #bbea55

#bbea55 #71ea55 #eacf55

Monochromatic Colors of #bbea55

#bbea55

Complementary Color

#bbea55 #8455ea

#bbea55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea55 Color CSS Codes

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

#bbea55 Text Font Color

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

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


#bbea55 Background Color

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

This div background color is #bbea55


#bbea55 Border Color

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

This div border color is #bbea55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea55


Comments

No comments written yet.

Please login to write comment.