Color Hex Logo

#bee08a Color Hex

#BEE08A
(190,224,138)
0 Favorites   0 Comments

Color spaces of #bee08a

RGB 190224138
HSL0.230.580.71
HSV84°38°88°
CMYK 0.150.000.38   0.12
XYZ52.478366.093434.0362
Yxy66.09340.34390.4331
Hunter Lab81.2978-27.048332.0861
CIE-Lab85.0440-25.345938.4793

#bee08a color RGB value is (190,224,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10001010
Octal 276 340 212
Decimal 190 224 138
Hex BE E0 8A

RGB Percentages of Color #bee08a

%34.42
%40.58
%25.00

CMYK Percentages of Color #bee08a

%15
%0
%38
%12

Triadic Colors of #bee08a

#bee08a #8abee0 #e08abe

Analogous Colors of #bee08a

#bee08a #93e08a #e0d78a

Monochromatic Colors of #bee08a

#bee08a

Complementary Color

#bee08a #ac8ae0

#bee08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee08a Color CSS Codes

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

#bee08a Text Font Color

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

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


#bee08a Background Color

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

This div background color is #bee08a


#bee08a Border Color

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

This div border color is #bee08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee08a


Comments

No comments written yet.

Please login to write comment.