Color Hex Logo

#bee05a Color Hex

#BEE05A
(190,224,90)
0 Favorites   0 Comments

Color spaces of #bee05a

RGB 19022490
HSL0.210.680.62
HSV75°60°88°
CMYK 0.150.000.60   0.12
XYZ49.736364.996619.5971
Yxy64.99660.37030.4839
Hunter Lab80.6205-30.965842.0222
CIE-Lab84.4820-30.195560.3240

#bee05a color RGB value is (190,224,90).

#bee05a hex color red value is 190, green value is 224 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bee05a hue: 0.21 , saturation: 0.68 and the lightness value of bee05a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 01011010
Octal 276 340 132
Decimal 190 224 90
Hex BE E0 5A

RGB Percentages of Color #bee05a

%37.70
%44.44
%17.86

CMYK Percentages of Color #bee05a

%15
%0
%60
%12

Triadic Colors of #bee05a

#bee05a #5abee0 #e05abe

Analogous Colors of #bee05a

#bee05a #7be05a #e0bf5a

Monochromatic Colors of #bee05a

#bee05a

Complementary Color

#bee05a #7c5ae0

#bee05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee05a Color CSS Codes

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

#bee05a Text Font Color

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

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


#bee05a Background Color

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

This div background color is #bee05a


#bee05a Border Color

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

This div border color is #bee05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee05a


Comments

No comments written yet.

Please login to write comment.