Color Hex Logo

#eafa3c Color Hex

#EAFA3C
(234,250,60)
0 Favorites   0 Comments

Color spaces of #eafa3c

RGB 23425060
HSL0.180.950.61
HSV65°76°98°
CMYK 0.060.000.76   0.02
XYZ68.932986.189917.2781
Yxy86.18990.39980.4999
Hunter Lab92.8385-29.930653.9525
CIE-Lab94.3935-26.606882.0552

#eafa3c color RGB value is (234,250,60).

#eafa3c hex color red value is 234, green value is 250 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eafa3c hue: 0.18 , saturation: 0.95 and the lightness value of eafa3c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 00111100
Octal 352 372 74
Decimal 234 250 60
Hex EA FA 3C

RGB Percentages of Color #eafa3c

%43.01
%45.96
%11.03

CMYK Percentages of Color #eafa3c

%6
%0
%76
%2

Triadic Colors of #eafa3c

#eafa3c #3ceafa #fa3cea

Analogous Colors of #eafa3c

#eafa3c #8bfa3c #faab3c

Monochromatic Colors of #eafa3c

#eafa3c

Complementary Color

#eafa3c #4c3cfa

#eafa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa3c Color CSS Codes

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

#eafa3c Text Font Color

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

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


#eafa3c Background Color

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

This div background color is #eafa3c


#eafa3c Border Color

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

This div border color is #eafa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa3c

Related Colors


Comments

No comments written yet.

Please login to write comment.