Color Hex Logo

#eafd58 Color Hex

#EAFD58
(234,253,88)
0 Favorites   0 Comments

Color spaces of #eafd58

RGB 23425388
HSL0.190.980.67
HSV67°65°99°
CMYK 0.080.000.65   0.01
XYZ70.818488.447622.5721
Yxy88.44760.38950.4864
Hunter Lab94.0466-30.168551.6024
CIE-Lab95.3491-26.666773.6133

#eafd58 color RGB value is (234,253,88).

#eafd58 hex color red value is 234, green value is 253 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eafd58 hue: 0.19 , saturation: 0.98 and the lightness value of eafd58 is 0.67.

The process color (four color CMYK) of #eafd58 color hex is 0.08, 0.00, 0.65, 0.01. Web safe color of #eafd58 is #ffff66. Color #eafd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 01011000
Octal 352 375 130
Decimal 234 253 88
Hex EA FD 58

RGB Percentages of Color #eafd58

%40.70
%44.00
%15.30

CMYK Percentages of Color #eafd58

%8
%0
%65
%1

Triadic Colors of #eafd58

#eafd58 #58eafd #fd58ea

Analogous Colors of #eafd58

#eafd58 #98fd58 #fdbe58

Monochromatic Colors of #eafd58

#eafd58

Complementary Color

#eafd58 #6b58fd

#eafd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd58 Color CSS Codes

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

#eafd58 Text Font Color

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

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


#eafd58 Background Color

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

This div background color is #eafd58


#eafd58 Border Color

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

This div border color is #eafd58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,253,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 #eafd58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd58


Comments

No comments written yet.

Please login to write comment.