Color Hex Logo

#bbea3c Color Hex

#BBEA3C
(187,234,60)
0 Favorites   0 Comments

Color spaces of #bbea3c

RGB 18723460
HSL0.210.810.58
HSV76°74°92°
CMYK 0.200.000.74   0.08
XYZ50.731969.736715.0616
Yxy69.73670.37430.5145
Hunter Lab83.5085-37.700147.7624
CIE-Lab86.8676-37.807573.9230

#bbea3c color RGB value is (187,234,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 00111100
Octal 273 352 74
Decimal 187 234 60
Hex BB EA 3C

RGB Percentages of Color #bbea3c

%38.88
%48.65
%12.47

CMYK Percentages of Color #bbea3c

%20
%0
%74
%8

Triadic Colors of #bbea3c

#bbea3c #3cbbea #ea3cbb

Analogous Colors of #bbea3c

#bbea3c #64ea3c #eac23c

Monochromatic Colors of #bbea3c

#bbea3c

Complementary Color

#bbea3c #6b3cea

#bbea3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea3c Color CSS Codes

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

#bbea3c Text Font Color

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

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


#bbea3c Background Color

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

This div background color is #bbea3c


#bbea3c Border Color

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

This div border color is #bbea3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea3c


Comments

No comments written yet.

Please login to write comment.