Color Hex Logo

#eaf131 Color Hex

#EAF131
(234,241,49)
0 Favorites   0 Comments

Color spaces of #eaf131

RGB 23424149
HSL0.170.870.57
HSV62°80°95°
CMYK 0.030.000.80   0.05
XYZ65.941480.624814.9924
Yxy80.62480.40820.4990
Hunter Lab89.7913-26.047152.9543
CIE-Lab91.9645-22.731782.8694

#eaf131 color RGB value is (234,241,49).

#eaf131 hex color red value is 234, green value is 241 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #eaf131 hue: 0.17 , saturation: 0.87 and the lightness value of eaf131 is 0.57.

The process color (four color CMYK) of #eaf131 color hex is 0.03, 0.00, 0.80, 0.05. Web safe color of #eaf131 is #ffff33. Color #eaf131 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00110001
Octal 352 361 61
Decimal 234 241 49
Hex EA F1 31

RGB Percentages of Color #eaf131

%44.66
%45.99
%9.35

CMYK Percentages of Color #eaf131

%3
%0
%80
%5

Triadic Colors of #eaf131

#eaf131 #31eaf1 #f131ea

Analogous Colors of #eaf131

#eaf131 #8af131 #f19831

Monochromatic Colors of #eaf131

#eaf131

Complementary Color

#eaf131 #3831f1

#eaf131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf131 Color CSS Codes

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

#eaf131 Text Font Color

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

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


#eaf131 Background Color

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

This div background color is #eaf131


#eaf131 Border Color

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

This div border color is #eaf131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf131


Comments

No comments written yet.

Please login to write comment.