Color Hex Logo

#eaef4c Color Hex

#EAEF4C
(234,239,76)
0 Favorites   0 Comments

Color spaces of #eaef4c

RGB 23423976
HSL0.170.840.62
HSV62°68°94°
CMYK 0.020.000.68   0.06
XYZ66.102779.747218.7462
Yxy79.74720.40160.4845
Hunter Lab89.3013-24.147850.0647
CIE-Lab91.5713-20.676474.2056

#eaef4c color RGB value is (234,239,76).

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

The process color (four color CMYK) of #eaef4c color hex is 0.02, 0.00, 0.68, 0.06. Web safe color of #eaef4c is #ffff33. Color #eaef4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 01001100
Octal 352 357 114
Decimal 234 239 76
Hex EA EF 4C

RGB Percentages of Color #eaef4c

%42.62
%43.53
%13.84

CMYK Percentages of Color #eaef4c

%2
%0
%68
%6

Triadic Colors of #eaef4c

#eaef4c #4ceaef #ef4cea

Analogous Colors of #eaef4c

#eaef4c #99ef4c #efa34c

Monochromatic Colors of #eaef4c

#eaef4c

Complementary Color

#eaef4c #514cef

#eaef4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaef4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaef4c Color CSS Codes

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

#eaef4c Text Font Color

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

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


#eaef4c Background Color

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

This div background color is #eaef4c


#eaef4c Border Color

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

This div border color is #eaef4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaef4c


Comments

No comments written yet.

Please login to write comment.