Color Hex Logo

#eaf67a Color Hex

#EAF67A
(234,246,122)
0 Favorites   0 Comments

Color spaces of #eaf67a

RGB 234246122
HSL0.180.870.72
HSV66°50°96°
CMYK 0.050.000.50   0.04
XYZ70.400384.809131.0717
Yxy84.80910.37790.4553
Hunter Lab92.0919-24.705144.4599
CIE-Lab93.8008-20.886857.6382

#eaf67a color RGB value is (234,246,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 01111010
Octal 352 366 172
Decimal 234 246 122
Hex EA F6 7A

RGB Percentages of Color #eaf67a

%38.87
%40.86
%20.27

CMYK Percentages of Color #eaf67a

%5
%0
%50
%4

Triadic Colors of #eaf67a

#eaf67a #7aeaf6 #f67aea

Analogous Colors of #eaf67a

#eaf67a #acf67a #f6c47a

Monochromatic Colors of #eaf67a

#eaf67a

Complementary Color

#eaf67a #867af6

#eaf67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf67a Color CSS Codes

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

#eaf67a Text Font Color

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

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


#eaf67a Background Color

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

This div background color is #eaf67a


#eaf67a Border Color

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

This div border color is #eaf67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf67a


Comments

No comments written yet.

Please login to write comment.