Color Hex Logo

#bbe290 Color Hex

#BBE290
(187,226,144)
0 Favorites   0 Comments

Color spaces of #bbe290

RGB 187226144
HSL0.250.590.73
HSV89°36°89°
CMYK 0.170.000.36   0.11
XYZ52.723966.971136.5334
Yxy66.97110.33750.4287
Hunter Lab81.8359-28.211730.8167
CIE-Lab85.4893-26.626436.0056

#bbe290 color RGB value is (187,226,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 10010000
Octal 273 342 220
Decimal 187 226 144
Hex BB E2 90

RGB Percentages of Color #bbe290

%33.57
%40.57
%25.85

CMYK Percentages of Color #bbe290

%17
%0
%36
%11

Triadic Colors of #bbe290

#bbe290 #90bbe2 #e290bb

Analogous Colors of #bbe290

#bbe290 #92e290 #e2e090

Monochromatic Colors of #bbe290

#bbe290

Complementary Color

#bbe290 #b790e2

#bbe290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe290 Color CSS Codes

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

#bbe290 Text Font Color

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

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


#bbe290 Background Color

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

This div background color is #bbe290


#bbe290 Border Color

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

This div border color is #bbe290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe290


Comments

No comments written yet.

Please login to write comment.