Color Hex Logo

#beea30 Color Hex

#BEEA30
(190,234,48)
0 Favorites   0 Comments

Color spaces of #beea30

RGB 19023448
HSL0.210.820.55
HSV74°79°92°
CMYK 0.190.000.79   0.08
XYZ51.191570.006213.6108
Yxy70.00620.37970.5193
Hunter Lab83.6697-37.210648.9239
CIE-Lab86.9999-37.156877.5850

#beea30 color RGB value is (190,234,48).

#beea30 hex color red value is 190, green value is 234 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #beea30 hue: 0.21 , saturation: 0.82 and the lightness value of beea30 is 0.55.

The process color (four color CMYK) of #beea30 color hex is 0.19, 0.00, 0.79, 0.08. Web safe color of #beea30 is #ccff33. Color #beea30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 00110000
Octal 276 352 60
Decimal 190 234 48
Hex BE EA 30

RGB Percentages of Color #beea30

%40.25
%49.58
%10.17

CMYK Percentages of Color #beea30

%19
%0
%79
%8

Triadic Colors of #beea30

#beea30 #30beea #ea30be

Analogous Colors of #beea30

#beea30 #61ea30 #eab930

Monochromatic Colors of #beea30

#beea30

Complementary Color

#beea30 #5c30ea

#beea30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea30 Color CSS Codes

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

#beea30 Text Font Color

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

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


#beea30 Background Color

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

This div background color is #beea30


#beea30 Border Color

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

This div border color is #beea30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea30


Comments

No comments written yet.

Please login to write comment.