Color Hex Logo

#bbea71 Color Hex

#BBEA71
(187,234,113)
0 Favorites   0 Comments

Color spaces of #bbea71

RGB 187234113
HSL0.230.740.68
HSV83°52°92°
CMYK 0.200.000.52   0.08
XYZ52.897070.602726.4625
Yxy70.60270.35270.4708
Hunter Lab84.0254-34.672340.1453
CIE-Lab87.2916-33.945753.2778

#bbea71 color RGB value is (187,234,113).

#bbea71 hex color red value is 187, green value is 234 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bbea71 hue: 0.23 , saturation: 0.74 and the lightness value of bbea71 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01110001
Octal 273 352 161
Decimal 187 234 113
Hex BB EA 71

RGB Percentages of Color #bbea71

%35.02
%43.82
%21.16

CMYK Percentages of Color #bbea71

%20
%0
%52
%8

Triadic Colors of #bbea71

#bbea71 #71bbea #ea71bb

Analogous Colors of #bbea71

#bbea71 #7fea71 #eadd71

Monochromatic Colors of #bbea71

#bbea71

Complementary Color

#bbea71 #a071ea

#bbea71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea71 Color CSS Codes

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

#bbea71 Text Font Color

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

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


#bbea71 Background Color

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

This div background color is #bbea71


#bbea71 Border Color

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

This div border color is #bbea71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea71


Comments

No comments written yet.

Please login to write comment.