Color Hex Logo

#bee57e Color Hex

#BEE57E
(190,229,126)
0 Favorites   0 Comments

Color spaces of #bee57e

RGB 190229126
HSL0.230.660.70
HSV83°45°90°
CMYK 0.170.000.45   0.10
XYZ53.020468.492130.1645
Yxy68.49210.34960.4516
Hunter Lab82.7600-30.473436.3218
CIE-Lab86.2519-29.144745.9171

#bee57e color RGB value is (190,229,126).

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

The process color (four color CMYK) of #bee57e color hex is 0.17, 0.00, 0.45, 0.10. Web safe color of #bee57e is #cccc66. Color #bee57e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 01111110
Octal 276 345 176
Decimal 190 229 126
Hex BE E5 7E

RGB Percentages of Color #bee57e

%34.86
%42.02
%23.12

CMYK Percentages of Color #bee57e

%17
%0
%45
%10

Triadic Colors of #bee57e

#bee57e #7ebee5 #e57ebe

Analogous Colors of #bee57e

#bee57e #8be57e #e5d97e

Monochromatic Colors of #bee57e

#bee57e

Complementary Color

#bee57e #a57ee5

#bee57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee57e Color CSS Codes

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

#bee57e Text Font Color

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

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


#bee57e Background Color

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

This div background color is #bee57e


#bee57e Border Color

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

This div border color is #bee57e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,229,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee57e


Comments

No comments written yet.

Please login to write comment.