Color Hex Logo

#eaf466 Color Hex

#EAF466
(234,244,102)
0 Favorites   0 Comments

Color spaces of #eaf466

RGB 234244102
HSL0.180.870.68
HSV64°58°96°
CMYK 0.040.000.58   0.04
XYZ68.680683.153125.0007
Yxy83.15310.38840.4702
Hunter Lab91.1883-25.138147.5765
CIE-Lab93.0814-21.500165.6021

#eaf466 color RGB value is (234,244,102).

#eaf466 hex color red value is 234, green value is 244 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eaf466 hue: 0.18 , saturation: 0.87 and the lightness value of eaf466 is 0.68.

The process color (four color CMYK) of #eaf466 color hex is 0.04, 0.00, 0.58, 0.04. Web safe color of #eaf466 is #ffff66. Color #eaf466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 01100110
Octal 352 364 146
Decimal 234 244 102
Hex EA F4 66

RGB Percentages of Color #eaf466

%40.34
%42.07
%17.59

CMYK Percentages of Color #eaf466

%4
%0
%58
%4

Triadic Colors of #eaf466

#eaf466 #66eaf4 #f466ea

Analogous Colors of #eaf466

#eaf466 #a3f466 #f4b766

Monochromatic Colors of #eaf466

#eaf466

Complementary Color

#eaf466 #7066f4

#eaf466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf466 Color CSS Codes

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

#eaf466 Text Font Color

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

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


#eaf466 Background Color

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

This div background color is #eaf466


#eaf466 Border Color

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

This div border color is #eaf466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf466


Comments

No comments written yet.

Please login to write comment.