Color Hex Logo

#eafd83 Color Hex

#EAFD83
(234,253,131)
0 Favorites   0 Comments

Color spaces of #eafd83

RGB 234253131
HSL0.190.970.75
HSV69°48°99°
CMYK 0.080.000.48   0.01
XYZ73.153789.381734.8695
Yxy89.38170.37060.4528
Hunter Lab94.5419-27.330344.3116
CIE-Lab95.7397-23.421755.8213

#eafd83 color RGB value is (234,253,131).

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

The process color (four color CMYK) of #eafd83 color hex is 0.08, 0.00, 0.48, 0.01. Web safe color of #eafd83 is #ffff99. Color #eafd83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 10000011
Octal 352 375 203
Decimal 234 253 131
Hex EA FD 83

RGB Percentages of Color #eafd83

%37.86
%40.94
%21.20

CMYK Percentages of Color #eafd83

%8
%0
%48
%1

Triadic Colors of #eafd83

#eafd83 #83eafd #fd83ea

Analogous Colors of #eafd83

#eafd83 #adfd83 #fdd383

Monochromatic Colors of #eafd83

#eafd83

Complementary Color

#eafd83 #9683fd

#eafd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd83 Color CSS Codes

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

#eafd83 Text Font Color

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

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


#eafd83 Background Color

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

This div background color is #eafd83


#eafd83 Border Color

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

This div border color is #eafd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd83


Comments

No comments written yet.

Please login to write comment.