Color Hex Logo

#1efa01 Color Hex

#1EFA01
(30,250,1)
0 Favorites   0 Comments

Color spaces of #1efa01

RGB 302501
HSL0.310.990.49
HSV113°100°98°
CMYK 0.880.001.00   0.02
XYZ34.726568.649411.4491
Yxy68.64940.30240.5979
Hunter Lab82.8549-70.182549.8056
CIE-Lab86.3301-83.631882.0323

#1efa01 color RGB value is (30,250,1).

#1efa01 hex color red value is 30, green value is 250 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #1efa01 hue: 0.31 , saturation: 0.99 and the lightness value of 1efa01 is 0.49.

The process color (four color CMYK) of #1efa01 color hex is 0.88, 0.00, 1.00, 0.02. Web safe color of #1efa01 is #33ff00. Color #1efa01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111010 00000001
Octal 36 372 1
Decimal 30 250 1
Hex 1E FA 1

RGB Percentages of Color #1efa01

%10.68
%88.97
%0.36

CMYK Percentages of Color #1efa01

%88
%0
%100
%2

Triadic Colors of #1efa01

#1efa01 #011efa #fa011e

Analogous Colors of #1efa01

#1efa01 #01fa60 #9bfa01

Monochromatic Colors of #1efa01

#1efa01

Complementary Color

#1efa01 #dd01fa

#1efa01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efa01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efa01 Color CSS Codes

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

#1efa01 Text Font Color

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

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


#1efa01 Background Color

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

This div background color is #1efa01


#1efa01 Border Color

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

This div border color is #1efa01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,250,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 #1efa01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efa01


Comments

No comments written yet.

Please login to write comment.