Color Hex Logo

#e4f042 Color Hex

#E4F042
(228,240,66)
0 Favorites   0 Comments

Color spaces of #e4f042

RGB 22824066
HSL0.180.850.60
HSV64°73°94°
CMYK 0.050.000.73   0.06
XYZ64.138479.207517.0624
Yxy79.20750.39980.4938
Hunter Lab88.9986-27.108450.9322
CIE-Lab91.3281-24.060277.2225

#e4f042 color RGB value is (228,240,66).

#e4f042 hex color red value is 228, green value is 240 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e4f042 hue: 0.18 , saturation: 0.85 and the lightness value of e4f042 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11110000 01000010
Octal 344 360 102
Decimal 228 240 66
Hex E4 F0 42

RGB Percentages of Color #e4f042

%42.70
%44.94
%12.36

CMYK Percentages of Color #e4f042

%5
%0
%73
%6

Triadic Colors of #e4f042

#e4f042 #42e4f0 #f042e4

Analogous Colors of #e4f042

#e4f042 #8df042 #f0a542

Monochromatic Colors of #e4f042

#e4f042

Complementary Color

#e4f042 #4e42f0

#e4f042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4f042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4f042 Color CSS Codes

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

#e4f042 Text Font Color

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

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


#e4f042 Background Color

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

This div background color is #e4f042


#e4f042 Border Color

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

This div border color is #e4f042


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,240,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4f042; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4f042;
  -webkit-box-shadow: 1px 1px 3px 2px #e4f042;
  box-shadow:         1px 1px 3px 2px #e4f042; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,240,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4f042


Comments

No comments written yet.

Please login to write comment.