Color Hex Logo

#bee08e Color Hex

#BEE08E
(190,224,142)
0 Favorites   0 Comments

Color spaces of #bee08e

RGB 190224142
HSL0.240.570.72
HSV85°37°88°
CMYK 0.150.000.37   0.12
XYZ52.773366.211535.5898
Yxy66.21150.34140.4283
Hunter Lab81.3704-26.631031.0271
CIE-Lab85.1042-24.837936.5485

#bee08e color RGB value is (190,224,142).

#bee08e hex color red value is 190, green value is 224 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bee08e hue: 0.24 , saturation: 0.57 and the lightness value of bee08e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10001110
Octal 276 340 216
Decimal 190 224 142
Hex BE E0 8E

RGB Percentages of Color #bee08e

%34.17
%40.29
%25.54

CMYK Percentages of Color #bee08e

%15
%0
%37
%12

Triadic Colors of #bee08e

#bee08e #8ebee0 #e08ebe

Analogous Colors of #bee08e

#bee08e #95e08e #e0d98e

Monochromatic Colors of #bee08e

#bee08e

Complementary Color

#bee08e #b08ee0

#bee08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee08e Color CSS Codes

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

#bee08e Text Font Color

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

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


#bee08e Background Color

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

This div background color is #bee08e


#bee08e Border Color

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

This div border color is #bee08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee08e


Comments

No comments written yet.

Please login to write comment.