color codes Logo

#bbea7e color codes

#BBEA7E
(187,234,126)
0 Favorites   0 Comments

Color spaces of #bbea7e

RGB 187234126
HSL0.240.720.71
HSV86°46°92°
CMYK 0.200.000.46   0.08
XYZ53.682270.916830.5976
Yxy70.91680.34590.4569
Hunter Lab84.2121-33.583937.4061
CIE-Lab87.4446-32.580047.3524

#bbea7e color RGB value is (187,234,126).

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

The process color (four color CMYK) of #bbea7e color code is 0.20, 0.00, 0.46, 0.08. Web safe color of #bbea7e is #ccff66. Color #bbea7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01111110
Octal 273 352 176
Decimal 187 234 126
Hex BB EA 7E

RGB Percentages of Color #bbea7e

%34.19
%42.78
%23.03

CMYK Percentages of Color #bbea7e

%20
%0
%46
%8

Triadic Colors of #bbea7e

#bbea7e #7ebbea #ea7ebb

Analogous Colors of #bbea7e

#bbea7e #85ea7e #eae37e

Monochromatic Colors of #bbea7e

#bbea7e

Complementary Color

#bbea7e #ad7eea

#bbea7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea7e Color CSS Codes

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

#bbea7e Text Font Color

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

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


#bbea7e Background Color

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

This div background color is #bbea7e


#bbea7e Border Color

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

This div border color is #bbea7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea7e


Comments

No comments written yet.

Please login to write comment.