Color Hex Logo

#eaf714 Color Hex

#EAF714
(234,247,20)
0 Favorites   0 Comments

Color spaces of #eaf714

RGB 23424720
HSL0.180.930.52
HSV63°92°97°
CMYK 0.050.000.92   0.03
XYZ67.318784.064513.3398
Yxy84.06450.40870.5103
Hunter Lab91.6867-29.392555.5544
CIE-Lab93.4785-26.197289.4232

#eaf714 color RGB value is (234,247,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110111 00010100
Octal 352 367 24
Decimal 234 247 20
Hex EA F7 14

RGB Percentages of Color #eaf714

%46.71
%49.30
%3.99

CMYK Percentages of Color #eaf714

%5
%0
%92
%3

Triadic Colors of #eaf714

#eaf714 #14eaf7 #f714ea

Analogous Colors of #eaf714

#eaf714 #79f714 #f79314

Monochromatic Colors of #eaf714

#eaf714

Complementary Color

#eaf714 #2114f7

#eaf714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf714 Color CSS Codes

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

#eaf714 Text Font Color

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

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


#eaf714 Background Color

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

This div background color is #eaf714


#eaf714 Border Color

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

This div border color is #eaf714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf714


Comments

No comments written yet.

Please login to write comment.