Color Hex Logo

#bbe582 Color Hex

#BBE582
(187,229,130)
0 Favorites   0 Comments

Color spaces of #bbe582

RGB 187229130
HSL0.240.660.70
HSV85°43°90°
CMYK 0.180.000.43   0.10
XYZ52.542168.215131.5167
Yxy68.21510.34500.4480
Hunter Lab82.5924-30.982035.1901
CIE-Lab86.1139-29.791143.7593

#bbe582 color RGB value is (187,229,130).

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

The process color (four color CMYK) of #bbe582 color hex is 0.18, 0.00, 0.43, 0.10. Web safe color of #bbe582 is #cccc99. Color #bbe582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 10000010
Octal 273 345 202
Decimal 187 229 130
Hex BB E5 82

RGB Percentages of Color #bbe582

%34.25
%41.94
%23.81

CMYK Percentages of Color #bbe582

%18
%0
%43
%10

Triadic Colors of #bbe582

#bbe582 #82bbe5 #e582bb

Analogous Colors of #bbe582

#bbe582 #8ae582 #e5de82

Monochromatic Colors of #bbe582

#bbe582

Complementary Color

#bbe582 #ac82e5

#bbe582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe582 Color CSS Codes

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

#bbe582 Text Font Color

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

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


#bbe582 Background Color

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

This div background color is #bbe582


#bbe582 Border Color

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

This div border color is #bbe582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe582


Comments

No comments written yet.

Please login to write comment.