Color Hex Logo

#eafd11 Color Hex

#EAFD11
(234,253,17)
0 Favorites   0 Comments

Color spaces of #eafd11

RGB 23425317
HSL0.180.980.53
HSV65°93°99°
CMYK 0.080.000.93   0.01
XYZ69.158187.783513.8292
Yxy87.78350.40500.5140
Hunter Lab93.6928-32.205156.8337
CIE-Lab95.0697-29.032990.9664

#eafd11 color RGB value is (234,253,17).

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

The process color (four color CMYK) of #eafd11 color hex is 0.08, 0.00, 0.93, 0.01. Web safe color of #eafd11 is #ffff00. Color #eafd11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 00010001
Octal 352 375 21
Decimal 234 253 17
Hex EA FD 11

RGB Percentages of Color #eafd11

%46.43
%50.20
%3.37

CMYK Percentages of Color #eafd11

%8
%0
%93
%1

Triadic Colors of #eafd11

#eafd11 #11eafd #fd11ea

Analogous Colors of #eafd11

#eafd11 #74fd11 #fd9a11

Monochromatic Colors of #eafd11

#eafd11

Complementary Color

#eafd11 #2411fd

#eafd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd11 Color CSS Codes

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

#eafd11 Text Font Color

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

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


#eafd11 Background Color

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

This div background color is #eafd11


#eafd11 Border Color

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

This div border color is #eafd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd11


Comments

No comments written yet.

Please login to write comment.