Color Hex Logo

#beea12 Color Hex

#BEEA12
(190,234,18)
0 Favorites   0 Comments

Color spaces of #beea12

RGB 19023418
HSL0.200.860.49
HSV72°92°92°
CMYK 0.190.000.92   0.08
XYZ50.767269.836511.3763
Yxy69.83650.38470.5291
Hunter Lab83.5682-37.806750.4265
CIE-Lab86.9166-37.924883.2440

#beea12 color RGB value is (190,234,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 00010010
Octal 276 352 22
Decimal 190 234 18
Hex BE EA 12

RGB Percentages of Color #beea12

%42.99
%52.94
%4.07

CMYK Percentages of Color #beea12

%19
%0
%92
%8

Triadic Colors of #beea12

#beea12 #12beea #ea12be

Analogous Colors of #beea12

#beea12 #52ea12 #eaaa12

Monochromatic Colors of #beea12

#beea12

Complementary Color

#beea12 #3e12ea

#beea12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea12 Color CSS Codes

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

#beea12 Text Font Color

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

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


#beea12 Background Color

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

This div background color is #beea12


#beea12 Border Color

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

This div border color is #beea12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea12


Comments

No comments written yet.

Please login to write comment.