Color Hex Logo

#bee07e Color Hex

#BEE07E
(190,224,126)
0 Favorites   0 Comments

Color spaces of #bee07e

RGB 190224126
HSL0.220.610.69
HSV81°44°88°
CMYK 0.150.000.44   0.12
XYZ51.656865.764829.7099
Yxy65.76480.35110.4470
Hunter Lab81.0955-28.214935.0455
CIE-Lab84.8763-26.774544.2036

#bee07e color RGB value is (190,224,126).

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

The process color (four color CMYK) of #bee07e color hex is 0.15, 0.00, 0.44, 0.12. Web safe color of #bee07e is #cccc66. Color #bee07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 01111110
Octal 276 340 176
Decimal 190 224 126
Hex BE E0 7E

RGB Percentages of Color #bee07e

%35.19
%41.48
%23.33

CMYK Percentages of Color #bee07e

%15
%0
%44
%12

Triadic Colors of #bee07e

#bee07e #7ebee0 #e07ebe

Analogous Colors of #bee07e

#bee07e #8de07e #e0d17e

Monochromatic Colors of #bee07e

#bee07e

Complementary Color

#bee07e #a07ee0

#bee07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee07e Color CSS Codes

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

#bee07e Text Font Color

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

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


#bee07e Background Color

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

This div background color is #bee07e


#bee07e Border Color

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

This div border color is #bee07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee07e


Comments

No comments written yet.

Please login to write comment.