Color Hex Logo

#bbea7c Color Hex

#BBEA7C
(187,234,124)
0 Favorites   0 Comments

Color spaces of #bbea7c

RGB 187234124
HSL0.240.720.70
HSV86°47°92°
CMYK 0.200.000.47   0.08
XYZ53.554470.865729.9246
Yxy70.86570.34700.4591
Hunter Lab84.1818-33.760737.8511
CIE-Lab87.4197-32.801148.2771

#bbea7c color RGB value is (187,234,124).

#bbea7c hex color red value is 187, green value is 234 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bbea7c hue: 0.24 , saturation: 0.72 and the lightness value of bbea7c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01111100
Octal 273 352 174
Decimal 187 234 124
Hex BB EA 7C

RGB Percentages of Color #bbea7c

%34.31
%42.94
%22.75

CMYK Percentages of Color #bbea7c

%20
%0
%47
%8

Triadic Colors of #bbea7c

#bbea7c #7cbbea #ea7cbb

Analogous Colors of #bbea7c

#bbea7c #84ea7c #eae27c

Monochromatic Colors of #bbea7c

#bbea7c

Complementary Color

#bbea7c #ab7cea

#bbea7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea7c Color CSS Codes

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

#bbea7c Text Font Color

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

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


#bbea7c Background Color

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

This div background color is #bbea7c


#bbea7c Border Color

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

This div border color is #bbea7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea7c


Comments

No comments written yet.

Please login to write comment.