Color Hex Logo

#eaf02d Color Hex

#EAF02D
(234,240,45)
0 Favorites   0 Comments

Color spaces of #eaf02d

RGB 23424045
HSL0.170.870.56
HSV62°81°94°
CMYK 0.030.000.81   0.06
XYZ65.565480.002114.4689
Yxy80.00210.40970.4999
Hunter Lab89.4439-25.680353.0197
CIE-Lab91.6858-22.373483.6053

#eaf02d color RGB value is (234,240,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 00101101
Octal 352 360 55
Decimal 234 240 45
Hex EA F0 2D

RGB Percentages of Color #eaf02d

%45.09
%46.24
%8.67

CMYK Percentages of Color #eaf02d

%3
%0
%81
%6

Triadic Colors of #eaf02d

#eaf02d #2deaf0 #f02dea

Analogous Colors of #eaf02d

#eaf02d #89f02d #f0952d

Monochromatic Colors of #eaf02d

#eaf02d

Complementary Color

#eaf02d #332df0

#eaf02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf02d Color CSS Codes

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

#eaf02d Text Font Color

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

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


#eaf02d Background Color

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

This div background color is #eaf02d


#eaf02d Border Color

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

This div border color is #eaf02d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,240,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 #eaf02d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf02d


Comments

No comments written yet.

Please login to write comment.