Color Hex Logo

#eaef7c Color Hex

#EAEF7C
(234,239,124)
0 Favorites   0 Comments

Color spaces of #eaef7c

RGB 234239124
HSL0.170.780.71
HSV63°48°94°
CMYK 0.020.000.48   0.06
XYZ68.436380.680731.0347
Yxy80.68070.37990.4478
Hunter Lab89.8224-21.188942.3903
CIE-Lab91.9894-17.325854.5675

#eaef7c color RGB value is (234,239,124).

#eaef7c hex color red value is 234, green value is 239 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #eaef7c hue: 0.17 , saturation: 0.78 and the lightness value of eaef7c is 0.71.

The process color (four color CMYK) of #eaef7c color hex is 0.02, 0.00, 0.48, 0.06. Web safe color of #eaef7c is #ffff66. Color #eaef7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 01111100
Octal 352 357 174
Decimal 234 239 124
Hex EA EF 7C

RGB Percentages of Color #eaef7c

%39.20
%40.03
%20.77

CMYK Percentages of Color #eaef7c

%2
%0
%48
%6

Triadic Colors of #eaef7c

#eaef7c #7ceaef #ef7cea

Analogous Colors of #eaef7c

#eaef7c #b1ef7c #efbb7c

Monochromatic Colors of #eaef7c

#eaef7c

Complementary Color

#eaef7c #817cef

#eaef7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaef7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaef7c Color CSS Codes

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

#eaef7c Text Font Color

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

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


#eaef7c Background Color

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

This div background color is #eaef7c


#eaef7c Border Color

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

This div border color is #eaef7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaef7c


Comments

No comments written yet.

Please login to write comment.