Color Hex Logo

#bbe282 Color Hex

#BBE282
(187,226,130)
0 Favorites   0 Comments

Color spaces of #bbe282

RGB 187226130
HSL0.230.620.70
HSV84°42°89°
CMYK 0.170.000.42   0.11
XYZ51.719166.569231.2424
Yxy66.56920.34590.4452
Hunter Lab81.5900-29.632934.4097
CIE-Lab85.2859-28.376242.7167

#bbe282 color RGB value is (187,226,130).

#bbe282 hex color red value is 187, green value is 226 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bbe282 hue: 0.23 , saturation: 0.62 and the lightness value of bbe282 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 10000010
Octal 273 342 202
Decimal 187 226 130
Hex BB E2 82

RGB Percentages of Color #bbe282

%34.44
%41.62
%23.94

CMYK Percentages of Color #bbe282

%17
%0
%42
%11

Triadic Colors of #bbe282

#bbe282 #82bbe2 #e282bb

Analogous Colors of #bbe282

#bbe282 #8be282 #e2d982

Monochromatic Colors of #bbe282

#bbe282

Complementary Color

#bbe282 #a982e2

#bbe282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe282 Color CSS Codes

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

#bbe282 Text Font Color

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

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


#bbe282 Background Color

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

This div background color is #bbe282


#bbe282 Border Color

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

This div border color is #bbe282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe282


Comments

No comments written yet.

Please login to write comment.