Color Hex Logo

#eafc68 Color Hex

#EAFC68
(234,252,104)
0 Favorites   0 Comments

Color spaces of #eafc68

RGB 234252104
HSL0.190.960.70
HSV67°59°99°
CMYK 0.070.000.59   0.01
XYZ71.240888.112726.3494
Yxy88.11270.38360.4745
Hunter Lab93.8684-28.798249.0648
CIE-Lab95.2084-25.160767.1054

#eafc68 color RGB value is (234,252,104).

#eafc68 hex color red value is 234, green value is 252 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #eafc68 hue: 0.19 , saturation: 0.96 and the lightness value of eafc68 is 0.70.

The process color (four color CMYK) of #eafc68 color hex is 0.07, 0.00, 0.59, 0.01. Web safe color of #eafc68 is #ffff66. Color #eafc68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111100 01101000
Octal 352 374 150
Decimal 234 252 104
Hex EA FC 68

RGB Percentages of Color #eafc68

%39.66
%42.71
%17.63

CMYK Percentages of Color #eafc68

%7
%0
%59
%1

Triadic Colors of #eafc68

#eafc68 #68eafc #fc68ea

Analogous Colors of #eafc68

#eafc68 #a0fc68 #fcc468

Monochromatic Colors of #eafc68

#eafc68

Complementary Color

#eafc68 #7a68fc

#eafc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafc68 Color CSS Codes

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

#eafc68 Text Font Color

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

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


#eafc68 Background Color

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

This div background color is #eafc68


#eafc68 Border Color

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

This div border color is #eafc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafc68


Comments

No comments written yet.

Please login to write comment.