Color Hex Logo

#eaf058 Color Hex

#EAF058
(234,240,88)
0 Favorites   0 Comments

Color spaces of #eaf058

RGB 23424088
HSL0.170.840.64
HSV62°63°94°
CMYK 0.030.000.63   0.06
XYZ66.853280.517221.2503
Yxy80.51720.39650.4775
Hunter Lab89.7314-24.040848.7708
CIE-Lab91.9164-20.493770.0520

#eaf058 color RGB value is (234,240,88).

#eaf058 hex color red value is 234, green value is 240 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eaf058 hue: 0.17 , saturation: 0.84 and the lightness value of eaf058 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 01011000
Octal 352 360 130
Decimal 234 240 88
Hex EA F0 58

RGB Percentages of Color #eaf058

%41.64
%42.70
%15.66

CMYK Percentages of Color #eaf058

%3
%0
%63
%6

Triadic Colors of #eaf058

#eaf058 #58eaf0 #f058ea

Analogous Colors of #eaf058

#eaf058 #9ef058 #f0aa58

Monochromatic Colors of #eaf058

#eaf058

Complementary Color

#eaf058 #5e58f0

#eaf058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf058 Color CSS Codes

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

#eaf058 Text Font Color

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

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


#eaf058 Background Color

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

This div background color is #eaf058


#eaf058 Border Color

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

This div border color is #eaf058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf058


Comments

No comments written yet.

Please login to write comment.