Color Hex Logo

#eafb47 Color Hex

#EAFB47
(234,251,71)
0 Favorites   0 Comments

Color spaces of #eafb47

RGB 23425171
HSL0.180.960.63
HSV66°72°98°
CMYK 0.070.000.72   0.02
XYZ69.566286.941719.0761
Yxy86.94170.39620.4952
Hunter Lab93.2425-29.999553.1399
CIE-Lab94.7135-26.614878.9743

#eafb47 color RGB value is (234,251,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 01000111
Octal 352 373 107
Decimal 234 251 71
Hex EA FB 47

RGB Percentages of Color #eafb47

%42.09
%45.14
%12.77

CMYK Percentages of Color #eafb47

%7
%0
%72
%2

Triadic Colors of #eafb47

#eafb47 #47eafb #fb47ea

Analogous Colors of #eafb47

#eafb47 #90fb47 #fbb247

Monochromatic Colors of #eafb47

#eafb47

Complementary Color

#eafb47 #5847fb

#eafb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafb47 Color CSS Codes

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

#eafb47 Text Font Color

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

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


#eafb47 Background Color

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

This div background color is #eafb47


#eafb47 Border Color

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

This div border color is #eafb47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,251,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 #eafb47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafb47


Comments

No comments written yet.

Please login to write comment.