Color Hex Logo

#bbea92 Color Hex

#BBEA92
(187,234,146)
0 Favorites   0 Comments

Color spaces of #bbea92

RGB 187234146
HSL0.260.680.75
HSV92°38°92°
CMYK 0.200.000.38   0.08
XYZ55.104671.485838.0879
Yxy71.48580.33460.4341
Hunter Lab84.5493-31.624732.4754
CIE-Lab87.7205-30.150737.9085

#bbea92 color RGB value is (187,234,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 10010010
Octal 273 352 222
Decimal 187 234 146
Hex BB EA 92

RGB Percentages of Color #bbea92

%32.98
%41.27
%25.75

CMYK Percentages of Color #bbea92

%20
%0
%38
%8

Triadic Colors of #bbea92

#bbea92 #92bbea #ea92bb

Analogous Colors of #bbea92

#bbea92 #92ea95 #e7ea92

Monochromatic Colors of #bbea92

#bbea92

Complementary Color

#bbea92 #c192ea

#bbea92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea92 Color CSS Codes

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

#bbea92 Text Font Color

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

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


#bbea92 Background Color

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

This div background color is #bbea92


#bbea92 Border Color

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

This div border color is #bbea92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea92


Comments

No comments written yet.

Please login to write comment.