Color Hex Logo

#eaf710 Color Hex

#EAF710
(234,247,16)
0 Favorites   0 Comments

Color spaces of #eaf710

RGB 23424716
HSL0.180.940.52
HSV63°94°97°
CMYK 0.050.000.94   0.03
XYZ67.286084.051413.1674
Yxy84.05140.40900.5109
Hunter Lab91.6796-29.433455.6602
CIE-Lab93.4728-26.244889.8431

#eaf710 color RGB value is (234,247,16).

#eaf710 hex color red value is 234, green value is 247 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #eaf710 hue: 0.18 , saturation: 0.94 and the lightness value of eaf710 is 0.52.

The process color (four color CMYK) of #eaf710 color hex is 0.05, 0.00, 0.94, 0.03. Web safe color of #eaf710 is #ffff00. Color #eaf710 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110111 00010000
Octal 352 367 20
Decimal 234 247 16
Hex EA F7 10

RGB Percentages of Color #eaf710

%47.08
%49.70
%3.22

CMYK Percentages of Color #eaf710

%5
%0
%94
%3

Triadic Colors of #eaf710

#eaf710 #10eaf7 #f710ea

Analogous Colors of #eaf710

#eaf710 #77f710 #f79110

Monochromatic Colors of #eaf710

#eaf710

Complementary Color

#eaf710 #1d10f7

#eaf710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf710 Color CSS Codes

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

#eaf710 Text Font Color

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

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


#eaf710 Background Color

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

This div background color is #eaf710


#eaf710 Border Color

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

This div border color is #eaf710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf710

Related Colors


Comments

No comments written yet.

Please login to write comment.