Color Hex Logo

#eafe7b Color Hex

#EAFE7B
(234,254,123)
0 Favorites   0 Comments

Color spaces of #eafe7b

RGB 234254123
HSL0.190.980.74
HSV69°52°100°
CMYK 0.080.000.52   0.00
XYZ72.948689.806132.2284
Yxy89.80610.37410.4606
Hunter Lab94.7661-28.435746.1727
CIE-Lab95.9163-24.611459.6716

#eafe7b color RGB value is (234,254,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111110 01111011
Octal 352 376 173
Decimal 234 254 123
Hex EA FE 7B

RGB Percentages of Color #eafe7b

%38.30
%41.57
%20.13

CMYK Percentages of Color #eafe7b

%8
%0
%52
%0

Triadic Colors of #eafe7b

#eafe7b #7beafe #fe7bea

Analogous Colors of #eafe7b

#eafe7b #a9fe7b #fed17b

Monochromatic Colors of #eafe7b

#eafe7b

Complementary Color

#eafe7b #8f7bfe

#eafe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafe7b Color CSS Codes

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

#eafe7b Text Font Color

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

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


#eafe7b Background Color

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

This div background color is #eafe7b


#eafe7b Border Color

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

This div border color is #eafe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafe7b


Comments

No comments written yet.

Please login to write comment.