Color Hex Logo

#eead3c Color Hex

#EEAD3C
(238,173,60)
0 Favorites   0 Comments

Color spaces of #eead3c

RGB 23817360
HSL0.110.840.58
HSV38°75°93°
CMYK 0.000.270.75   0.07
XYZ51.019148.390510.9263
Yxy48.39050.46240.4386
Hunter Lab69.56339.179739.3816
CIE-Lab75.070613.805664.0786

#eead3c color RGB value is (238,173,60).

#eead3c hex color red value is 238, green value is 173 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eead3c hue: 0.11 , saturation: 0.84 and the lightness value of eead3c is 0.58.

The process color (four color CMYK) of #eead3c color hex is 0.00, 0.27, 0.75, 0.07. Web safe color of #eead3c is #ff9933. Color #eead3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 00111100
Octal 356 255 74
Decimal 238 173 60
Hex EE AD 3C

RGB Percentages of Color #eead3c

%50.53
%36.73
%12.74

CMYK Percentages of Color #eead3c

%0
%27
%75
%7

Triadic Colors of #eead3c

#eead3c #3ceead #ad3cee

Analogous Colors of #eead3c

#eead3c #d6ee3c #ee543c

Monochromatic Colors of #eead3c

#eead3c

Complementary Color

#eead3c #3c7dee

#eead3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead3c Color CSS Codes

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

#eead3c Text Font Color

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

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


#eead3c Background Color

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

This div background color is #eead3c


#eead3c Border Color

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

This div border color is #eead3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead3c


Comments

No comments written yet.

Please login to write comment.