Color Hex Logo

#bbe782 Color Hex

#BBE782
(187,231,130)
0 Favorites   0 Comments

Color spaces of #bbe782

RGB 187231130
HSL0.240.680.71
HSV86°44°91°
CMYK 0.190.000.44   0.09
XYZ53.098769.328331.7022
Yxy69.32830.34450.4498
Hunter Lab83.2636-31.878735.7102
CIE-Lab86.6664-30.728544.4528

#bbe782 color RGB value is (187,231,130).

#bbe782 hex color red value is 187, green value is 231 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bbe782 hue: 0.24 , saturation: 0.68 and the lightness value of bbe782 is 0.71.

The process color (four color CMYK) of #bbe782 color hex is 0.19, 0.00, 0.44, 0.09. Web safe color of #bbe782 is #ccff99. Color #bbe782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 10000010
Octal 273 347 202
Decimal 187 231 130
Hex BB E7 82

RGB Percentages of Color #bbe782

%34.12
%42.15
%23.72

CMYK Percentages of Color #bbe782

%19
%0
%44
%9

Triadic Colors of #bbe782

#bbe782 #82bbe7 #e782bb

Analogous Colors of #bbe782

#bbe782 #89e782 #e7e182

Monochromatic Colors of #bbe782

#bbe782

Complementary Color

#bbe782 #ae82e7

#bbe782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe782 Color CSS Codes

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

#bbe782 Text Font Color

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

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


#bbe782 Background Color

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

This div background color is #bbe782


#bbe782 Border Color

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

This div border color is #bbe782


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,231,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 #bbe782">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe782


Comments

No comments written yet.

Please login to write comment.