Color Hex Logo

#bbea86 Color Hex

#BBEA86
(187,234,134)
0 Favorites   0 Comments

Color spaces of #bbea86

RGB 187234134
HSL0.250.700.72
HSV88°43°92°
CMYK 0.200.000.43   0.08
XYZ54.219471.131733.4264
Yxy71.13170.34150.4480
Hunter Lab84.3396-32.842035.5393
CIE-Lab87.5490-31.655843.6137

#bbea86 color RGB value is (187,234,134).

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

The process color (four color CMYK) of #bbea86 color hex is 0.20, 0.00, 0.43, 0.08. Web safe color of #bbea86 is #ccff99. Color #bbea86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 10000110
Octal 273 352 206
Decimal 187 234 134
Hex BB EA 86

RGB Percentages of Color #bbea86

%33.69
%42.16
%24.14

CMYK Percentages of Color #bbea86

%20
%0
%43
%8

Triadic Colors of #bbea86

#bbea86 #86bbea #ea86bb

Analogous Colors of #bbea86

#bbea86 #89ea86 #eae786

Monochromatic Colors of #bbea86

#bbea86

Complementary Color

#bbea86 #b586ea

#bbea86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea86 Color CSS Codes

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

#bbea86 Text Font Color

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

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


#bbea86 Background Color

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

This div background color is #bbea86


#bbea86 Border Color

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

This div border color is #bbea86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea86


Comments

No comments written yet.

Please login to write comment.