Color Hex Logo

#bee082 Color Hex

#BEE082
(190,224,130)
0 Favorites   0 Comments

Color spaces of #bee082

RGB 190224130
HSL0.230.600.69
HSV82°42°88°
CMYK 0.150.000.42   0.12
XYZ51.920165.870231.0968
Yxy65.87020.34870.4424
Hunter Lab81.1605-27.840534.0952
CIE-Lab84.9302-26.314642.3086

#bee082 color RGB value is (190,224,130).

#bee082 hex color red value is 190, green value is 224 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bee082 hue: 0.23 , saturation: 0.60 and the lightness value of bee082 is 0.69.

The process color (four color CMYK) of #bee082 color hex is 0.15, 0.00, 0.42, 0.12. Web safe color of #bee082 is #cccc99. Color #bee082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10000010
Octal 276 340 202
Decimal 190 224 130
Hex BE E0 82

RGB Percentages of Color #bee082

%34.93
%41.18
%23.90

CMYK Percentages of Color #bee082

%15
%0
%42
%12

Triadic Colors of #bee082

#bee082 #82bee0 #e082be

Analogous Colors of #bee082

#bee082 #8fe082 #e0d382

Monochromatic Colors of #bee082

#bee082

Complementary Color

#bee082 #a482e0

#bee082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee082 Color CSS Codes

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

#bee082 Text Font Color

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

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


#bee082 Background Color

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

This div background color is #bee082


#bee082 Border Color

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

This div border color is #bee082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee082


Comments

No comments written yet.

Please login to write comment.