Color Hex Logo

#beea16 Color Hex

#BEEA16
(190,234,22)
0 Favorites   0 Comments

Color spaces of #beea16

RGB 19023422
HSL0.200.830.50
HSV72°91°92°
CMYK 0.190.000.91   0.08
XYZ50.802869.850711.5640
Yxy69.85070.38420.5283
Hunter Lab83.5767-37.756650.3001
CIE-Lab86.9236-37.860182.7408

#beea16 color RGB value is (190,234,22).

#beea16 hex color red value is 190, green value is 234 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #beea16 hue: 0.20 , saturation: 0.83 and the lightness value of beea16 is 0.50.

The process color (four color CMYK) of #beea16 color hex is 0.19, 0.00, 0.91, 0.08. Web safe color of #beea16 is #ccff00. Color #beea16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 00010110
Octal 276 352 26
Decimal 190 234 22
Hex BE EA 16

RGB Percentages of Color #beea16

%42.60
%52.47
%4.93

CMYK Percentages of Color #beea16

%19
%0
%91
%8

Triadic Colors of #beea16

#beea16 #16beea #ea16be

Analogous Colors of #beea16

#beea16 #54ea16 #eaac16

Monochromatic Colors of #beea16

#beea16

Complementary Color

#beea16 #4216ea

#beea16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea16 Color CSS Codes

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

#beea16 Text Font Color

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

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


#beea16 Background Color

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

This div background color is #beea16


#beea16 Border Color

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

This div border color is #beea16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea16


Comments

No comments written yet.

Please login to write comment.