Color Hex Logo

#e1ef40 Color Hex

#E1EF40
(225,239,64)
0 Favorites   0 Comments

Color spaces of #e1ef40

RGB 22523964
HSL0.180.850.59
HSV65°73°94°
CMYK 0.060.000.73   0.06
XYZ62.843378.110716.6152
Yxy78.11070.39880.4957
Hunter Lab88.3803-27.742050.7199
CIE-Lab90.8304-24.886977.3148

#e1ef40 color RGB value is (225,239,64).

#e1ef40 hex color red value is 225, green value is 239 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e1ef40 hue: 0.18 , saturation: 0.85 and the lightness value of e1ef40 is 0.59.

The process color (four color CMYK) of #e1ef40 color hex is 0.06, 0.00, 0.73, 0.06. Web safe color of #e1ef40 is #ccff33. Color #e1ef40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 01000000
Octal 341 357 100
Decimal 225 239 64
Hex E1 EF 40

RGB Percentages of Color #e1ef40

%42.61
%45.27
%12.12

CMYK Percentages of Color #e1ef40

%6
%0
%73
%6

Triadic Colors of #e1ef40

#e1ef40 #40e1ef #ef40e1

Analogous Colors of #e1ef40

#e1ef40 #8aef40 #efa640

Monochromatic Colors of #e1ef40

#e1ef40

Complementary Color

#e1ef40 #4e40ef

#e1ef40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ef40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ef40 Color CSS Codes

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

#e1ef40 Text Font Color

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

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


#e1ef40 Background Color

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

This div background color is #e1ef40


#e1ef40 Border Color

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

This div border color is #e1ef40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ef40


Comments

No comments written yet.

Please login to write comment.