Color Hex Logo

#bbe296 Color Hex

#BBE296
(187,226,150)
0 Favorites   0 Comments

Color spaces of #bbe296

RGB 187226150
HSL0.250.570.74
HSV91°34°89°
CMYK 0.170.000.34   0.11
XYZ53.194967.159539.0136
Yxy67.15950.33380.4214
Hunter Lab81.9509-27.548529.1400
CIE-Lab85.5844-25.816533.0931

#bbe296 color RGB value is (187,226,150).

#bbe296 hex color red value is 187, green value is 226 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bbe296 hue: 0.25 , saturation: 0.57 and the lightness value of bbe296 is 0.74.

The process color (four color CMYK) of #bbe296 color hex is 0.17, 0.00, 0.34, 0.11. Web safe color of #bbe296 is #cccc99. Color #bbe296 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 10010110
Octal 273 342 226
Decimal 187 226 150
Hex BB E2 96

RGB Percentages of Color #bbe296

%33.21
%40.14
%26.64

CMYK Percentages of Color #bbe296

%17
%0
%34
%11

Triadic Colors of #bbe296

#bbe296 #96bbe2 #e296bb

Analogous Colors of #bbe296

#bbe296 #96e297 #e1e296

Monochromatic Colors of #bbe296

#bbe296

Complementary Color

#bbe296 #bd96e2

#bbe296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe296 Color CSS Codes

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

#bbe296 Text Font Color

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

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


#bbe296 Background Color

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

This div background color is #bbe296


#bbe296 Border Color

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

This div border color is #bbe296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe296


Comments

No comments written yet.

Please login to write comment.