Color Hex Logo

#bbea5f Color Hex

#BBEA5F
(187,234,95)
0 Favorites   0 Comments

Color spaces of #bbea5f

RGB 18723495
HSL0.220.770.65
HSV80°59°92°
CMYK 0.200.000.59   0.08
XYZ51.981970.236721.6438
Yxy70.23670.36130.4882
Hunter Lab83.8073-35.947443.3531
CIE-Lab87.1128-35.560561.0583

#bbea5f color RGB value is (187,234,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01011111
Octal 273 352 137
Decimal 187 234 95
Hex BB EA 5F

RGB Percentages of Color #bbea5f

%36.24
%45.35
%18.41

CMYK Percentages of Color #bbea5f

%20
%0
%59
%8

Triadic Colors of #bbea5f

#bbea5f #5fbbea #ea5fbb

Analogous Colors of #bbea5f

#bbea5f #76ea5f #ead45f

Monochromatic Colors of #bbea5f

#bbea5f

Complementary Color

#bbea5f #8e5fea

#bbea5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea5f Color CSS Codes

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

#bbea5f Text Font Color

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

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


#bbea5f Background Color

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

This div background color is #bbea5f


#bbea5f Border Color

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

This div border color is #bbea5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea5f


Comments

No comments written yet.

Please login to write comment.