Color Hex Logo

#eaf424 Color Hex

#EAF424
(234,244,36)
0 Favorites   0 Comments

Color spaces of #eaf424

RGB 23424436
HSL0.170.900.55
HSV63°85°96°
CMYK 0.040.000.85   0.04
XYZ66.600882.321214.0484
Yxy82.32120.40870.5051
Hunter Lab90.7310-27.752054.3315
CIE-Lab92.7164-24.502486.3807

#eaf424 color RGB value is (234,244,36).

#eaf424 hex color red value is 234, green value is 244 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eaf424 hue: 0.17 , saturation: 0.90 and the lightness value of eaf424 is 0.55.

The process color (four color CMYK) of #eaf424 color hex is 0.04, 0.00, 0.85, 0.04. Web safe color of #eaf424 is #ffff33. Color #eaf424 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 00100100
Octal 352 364 44
Decimal 234 244 36
Hex EA F4 24

RGB Percentages of Color #eaf424

%45.53
%47.47
%7.00

CMYK Percentages of Color #eaf424

%4
%0
%85
%4

Triadic Colors of #eaf424

#eaf424 #24eaf4 #f424ea

Analogous Colors of #eaf424

#eaf424 #82f424 #f49624

Monochromatic Colors of #eaf424

#eaf424

Complementary Color

#eaf424 #2e24f4

#eaf424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf424 Color CSS Codes

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

#eaf424 Text Font Color

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

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


#eaf424 Background Color

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

This div background color is #eaf424


#eaf424 Border Color

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

This div border color is #eaf424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf424


Comments

No comments written yet.

Please login to write comment.