Color Hex Logo

#beea01 Color Hex

#BEEA01
(190,234,1)
0 Favorites   0 Comments

Color spaces of #beea01

RGB 1902341
HSL0.200.990.46
HSV71°100°92°
CMYK 0.190.001.00   0.08
XYZ50.663569.795010.8302
Yxy69.79500.38590.5316
Hunter Lab83.5434-37.952650.7943
CIE-Lab86.8962-38.113484.7409

#beea01 color RGB value is (190,234,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 00000001
Octal 276 352 1
Decimal 190 234 1
Hex BE EA 1

RGB Percentages of Color #beea01

%44.71
%55.06
%0.24

CMYK Percentages of Color #beea01

%19
%0
%100
%8

Triadic Colors of #beea01

#beea01 #01beea #ea01be

Analogous Colors of #beea01

#beea01 #49ea01 #eaa201

Monochromatic Colors of #beea01

#beea01

Complementary Color

#beea01 #2d01ea

#beea01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beea01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beea01 Color CSS Codes

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

#beea01 Text Font Color

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

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


#beea01 Background Color

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

This div background color is #beea01


#beea01 Border Color

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

This div border color is #beea01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beea01


Comments

No comments written yet.

Please login to write comment.