Color Hex Logo

#eaf517 Color Hex

#EAF517
(234,245,23)
0 Favorites   0 Comments

Color spaces of #eaf517

RGB 23424523
HSL0.170.920.53
HSV63°91°96°
CMYK 0.040.000.91   0.04
XYZ66.738782.859113.2865
Yxy82.85910.40970.5087
Hunter Lab91.0270-28.425555.0648
CIE-Lab92.9527-25.214588.6491

#eaf517 color RGB value is (234,245,23).

#eaf517 hex color red value is 234, green value is 245 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eaf517 hue: 0.17 , saturation: 0.92 and the lightness value of eaf517 is 0.53.

The process color (four color CMYK) of #eaf517 color hex is 0.04, 0.00, 0.91, 0.04. Web safe color of #eaf517 is #ffff00. Color #eaf517 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110101 00010111
Octal 352 365 27
Decimal 234 245 23
Hex EA F5 17

RGB Percentages of Color #eaf517

%46.61
%48.80
%4.58

CMYK Percentages of Color #eaf517

%4
%0
%91
%4

Triadic Colors of #eaf517

#eaf517 #17eaf5 #f517ea

Analogous Colors of #eaf517

#eaf517 #7bf517 #f59117

Monochromatic Colors of #eaf517

#eaf517

Complementary Color

#eaf517 #2217f5

#eaf517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf517 Color CSS Codes

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

#eaf517 Text Font Color

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

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


#eaf517 Background Color

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

This div background color is #eaf517


#eaf517 Border Color

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

This div border color is #eaf517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf517


Comments

No comments written yet.

Please login to write comment.