Color Hex Logo

#eaf862 Color Hex

#EAF862
(234,248,98)
0 Favorites   0 Comments

Color spaces of #eaf862

RGB 23424898
HSL0.180.910.68
HSV66°60°97°
CMYK 0.060.000.60   0.03
XYZ69.703785.509124.3864
Yxy85.50910.38810.4761
Hunter Lab92.4711-27.273249.0939
CIE-Lab94.1021-23.682468.3732

#eaf862 color RGB value is (234,248,98).

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

The process color (four color CMYK) of #eaf862 color hex is 0.06, 0.00, 0.60, 0.03. Web safe color of #eaf862 is #ffff66. Color #eaf862 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 01100010
Octal 352 370 142
Decimal 234 248 98
Hex EA F8 62

RGB Percentages of Color #eaf862

%40.34
%42.76
%16.90

CMYK Percentages of Color #eaf862

%6
%0
%60
%3

Triadic Colors of #eaf862

#eaf862 #62eaf8 #f862ea

Analogous Colors of #eaf862

#eaf862 #9ff862 #f8bb62

Monochromatic Colors of #eaf862

#eaf862

Complementary Color

#eaf862 #7062f8

#eaf862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf862 Color CSS Codes

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

#eaf862 Text Font Color

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

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


#eaf862 Background Color

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

This div background color is #eaf862


#eaf862 Border Color

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

This div border color is #eaf862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf862


Comments

No comments written yet.

Please login to write comment.