Color Hex Logo

#eaf12d Color Hex

#EAF12D
(234,241,45)
0 Favorites   0 Comments

Color spaces of #eaf12d

RGB 23424145
HSL0.170.880.56
HSV62°81°95°
CMYK 0.030.000.81   0.05
XYZ65.860680.592514.5673
Yxy80.59250.40900.5005
Hunter Lab89.7733-26.150053.2205
CIE-Lab91.9501-22.850483.8300

#eaf12d color RGB value is (234,241,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00101101
Octal 352 361 55
Decimal 234 241 45
Hex EA F1 2D

RGB Percentages of Color #eaf12d

%45.00
%46.35
%8.65

CMYK Percentages of Color #eaf12d

%3
%0
%81
%5

Triadic Colors of #eaf12d

#eaf12d #2deaf1 #f12dea

Analogous Colors of #eaf12d

#eaf12d #88f12d #f1962d

Monochromatic Colors of #eaf12d

#eaf12d

Complementary Color

#eaf12d #342df1

#eaf12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf12d Color CSS Codes

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

#eaf12d Text Font Color

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

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


#eaf12d Background Color

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

This div background color is #eaf12d


#eaf12d Border Color

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

This div border color is #eaf12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf12d


Comments

No comments written yet.

Please login to write comment.