Color Hex Logo

#eaf122 Color Hex

#EAF122
(234,241,34)
0 Favorites   0 Comments

Color spaces of #eaf122

RGB 23424134
HSL0.170.880.54
HSV62°86°95°
CMYK 0.030.000.86   0.05
XYZ65.675780.518513.5935
Yxy80.51850.41100.5039
Hunter Lab89.7321-26.385553.8306
CIE-Lab91.9170-23.122486.1051

#eaf122 color RGB value is (234,241,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00100010
Octal 352 361 42
Decimal 234 241 34
Hex EA F1 22

RGB Percentages of Color #eaf122

%45.97
%47.35
%6.68

CMYK Percentages of Color #eaf122

%3
%0
%86
%5

Triadic Colors of #eaf122

#eaf122 #22eaf1 #f122ea

Analogous Colors of #eaf122

#eaf122 #83f122 #f19122

Monochromatic Colors of #eaf122

#eaf122

Complementary Color

#eaf122 #2922f1

#eaf122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf122 Color CSS Codes

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

#eaf122 Text Font Color

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

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


#eaf122 Background Color

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

This div background color is #eaf122


#eaf122 Border Color

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

This div border color is #eaf122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf122


Comments

No comments written yet.

Please login to write comment.