Color Hex Logo

#eadd2f Color Hex

#EADD2F
(234,221,47)
0 Favorites   0 Comments

Color spaces of #eadd2f

RGB 23422147
HSL0.160.820.55
HSV56°80°92°
CMYK 0.000.060.80   0.08
XYZ60.301269.410612.9087
Yxy69.41060.42280.4867
Hunter Lab83.3130-16.601149.1326
CIE-Lab86.7070-13.067978.8299

#eadd2f color RGB value is (234,221,47).

#eadd2f hex color red value is 234, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eadd2f hue: 0.16 , saturation: 0.82 and the lightness value of eadd2f is 0.55.

The process color (four color CMYK) of #eadd2f color hex is 0.00, 0.06, 0.80, 0.08. Web safe color of #eadd2f is #ffcc33. Color #eadd2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00101111
Octal 352 335 57
Decimal 234 221 47
Hex EA DD 2F

RGB Percentages of Color #eadd2f

%46.61
%44.02
%9.36

CMYK Percentages of Color #eadd2f

%0
%6
%80
%8

Triadic Colors of #eadd2f

#eadd2f #2feadd #dd2fea

Analogous Colors of #eadd2f

#eadd2f #9aea2f #ea802f

Monochromatic Colors of #eadd2f

#eadd2f

Complementary Color

#eadd2f #2f3cea

#eadd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd2f Color CSS Codes

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

#eadd2f Text Font Color

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

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


#eadd2f Background Color

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

This div background color is #eadd2f


#eadd2f Border Color

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

This div border color is #eadd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd2f


Comments

No comments written yet.

Please login to write comment.