Color Hex Logo

#eafd7b Color Hex

#EAFD7B
(234,253,123)
0 Favorites   0 Comments

Color spaces of #eafd7b

RGB 234253123
HSL0.190.970.74
HSV69°51°99°
CMYK 0.080.000.51   0.01
XYZ72.632189.173032.1229
Yxy89.17300.37450.4598
Hunter Lab94.4315-27.961545.9332
CIE-Lab95.6527-24.138259.3627

#eafd7b color RGB value is (234,253,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 01111011
Octal 352 375 173
Decimal 234 253 123
Hex EA FD 7B

RGB Percentages of Color #eafd7b

%38.36
%41.48
%20.16

CMYK Percentages of Color #eafd7b

%8
%0
%51
%1

Triadic Colors of #eafd7b

#eafd7b #7beafd #fd7bea

Analogous Colors of #eafd7b

#eafd7b #a9fd7b #fdcf7b

Monochromatic Colors of #eafd7b

#eafd7b

Complementary Color

#eafd7b #8e7bfd

#eafd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd7b Color CSS Codes

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

#eafd7b Text Font Color

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

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


#eafd7b Background Color

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

This div background color is #eafd7b


#eafd7b Border Color

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

This div border color is #eafd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd7b


Comments

No comments written yet.

Please login to write comment.