Color Hex Logo

#e1f900 Color Hex

#E1F900
(225,249,0)
0 Favorites   0 Comments

Color spaces of #e1f900

RGB 2252490
HSL0.181.000.49
HSV66°100°98°
CMYK 0.100.001.00   0.02
XYZ64.927083.758912.7451
Yxy83.75890.40220.5189
Hunter Lab91.5199-33.526555.8072
CIE-Lab93.3457-30.966690.6928

#e1f900 color RGB value is (225,249,0).

#e1f900 hex color red value is 225, green value is 249 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #e1f900 hue: 0.18 , saturation: 1.00 and the lightness value of e1f900 is 0.49.

The process color (four color CMYK) of #e1f900 color hex is 0.10, 0.00, 1.00, 0.02. Web safe color of #e1f900 is #ccff00. Color #e1f900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111001 00000000
Octal 341 371 0
Decimal 225 249 0
Hex E1 F9 0

RGB Percentages of Color #e1f900

%47.47
%52.53
%0.00

CMYK Percentages of Color #e1f900

%10
%0
%100
%2

Triadic Colors of #e1f900

#e1f900 #00e1f9 #f900e1

Analogous Colors of #e1f900

#e1f900 #65f900 #f99500

Monochromatic Colors of #e1f900

#e1f900

Complementary Color

#e1f900 #1800f9

#e1f900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1f900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1f900 Color CSS Codes

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

#e1f900 Text Font Color

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

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


#e1f900 Background Color

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

This div background color is #e1f900


#e1f900 Border Color

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

This div border color is #e1f900


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,249,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1f900; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1f900;
  -webkit-box-shadow: 1px 1px 3px 2px #e1f900;
  box-shadow:         1px 1px 3px 2px #e1f900; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,249,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1f900


Comments

No comments written yet.

Please login to write comment.