Color Hex Logo

#bee10a Color Hex

#BEE10A
(190,225,10)
0 Favorites   0 Comments

Color spaces of #bee10a

RGB 19022510
HSL0.190.910.46
HSV70°96°88°
CMYK 0.160.000.96   0.12
XYZ48.215264.819510.2574
Yxy64.81950.39110.5257
Hunter Lab80.5106-33.995548.8036
CIE-Lab84.3906-33.951982.0843

#bee10a color RGB value is (190,225,10).

#bee10a hex color red value is 190, green value is 225 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bee10a hue: 0.19 , saturation: 0.91 and the lightness value of bee10a is 0.46.

The process color (four color CMYK) of #bee10a color hex is 0.16, 0.00, 0.96, 0.12. Web safe color of #bee10a is #cccc00. Color #bee10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 00001010
Octal 276 341 12
Decimal 190 225 10
Hex BE E1 A

RGB Percentages of Color #bee10a

%44.71
%52.94
%2.35

CMYK Percentages of Color #bee10a

%16
%0
%96
%12

Triadic Colors of #bee10a

#bee10a #0abee1 #e10abe

Analogous Colors of #bee10a

#bee10a #53e10a #e1990a

Monochromatic Colors of #bee10a

#bee10a

Complementary Color

#bee10a #2d0ae1

#bee10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee10a Color CSS Codes

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

#bee10a Text Font Color

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

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


#bee10a Background Color

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

This div background color is #bee10a


#bee10a Border Color

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

This div border color is #bee10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee10a


Comments

No comments written yet.

Please login to write comment.