Color Hex Logo

#eafa47 Color Hex

#EAFA47
(234,250,71)
0 Favorites   0 Comments

Color spaces of #eafa47

RGB 23425071
HSL0.180.950.63
HSV65°72°98°
CMYK 0.060.000.72   0.02
XYZ69.254686.318618.9723
Yxy86.31860.39680.4945
Hunter Lab92.9078-29.532652.9281
CIE-Lab94.4484-26.145878.7205

#eafa47 color RGB value is (234,250,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 01000111
Octal 352 372 107
Decimal 234 250 71
Hex EA FA 47

RGB Percentages of Color #eafa47

%42.16
%45.05
%12.79

CMYK Percentages of Color #eafa47

%6
%0
%72
%2

Triadic Colors of #eafa47

#eafa47 #47eafa #fa47ea

Analogous Colors of #eafa47

#eafa47 #91fa47 #fab147

Monochromatic Colors of #eafa47

#eafa47

Complementary Color

#eafa47 #5747fa

#eafa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa47 Color CSS Codes

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

#eafa47 Text Font Color

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

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


#eafa47 Background Color

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

This div background color is #eafa47


#eafa47 Border Color

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

This div border color is #eafa47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa47


Comments

No comments written yet.

Please login to write comment.