Color Hex Logo

#eead58 Color Hex

#EEAD58
(238,173,88)
0 Favorites   0 Comments

Color spaces of #eead58

RGB 23817388
HSL0.090.820.64
HSV34°63°93°
CMYK 0.000.270.63   0.07
XYZ51.964948.768915.9070
Yxy48.76890.44550.4181
Hunter Lab69.834710.613335.3792
CIE-Lab75.307315.280752.0914

#eead58 color RGB value is (238,173,88).

#eead58 hex color red value is 238, green value is 173 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eead58 hue: 0.09 , saturation: 0.82 and the lightness value of eead58 is 0.64.

The process color (four color CMYK) of #eead58 color hex is 0.00, 0.27, 0.63, 0.07. Web safe color of #eead58 is #ff9966. Color #eead58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 01011000
Octal 356 255 130
Decimal 238 173 88
Hex EE AD 58

RGB Percentages of Color #eead58

%47.70
%34.67
%17.64

CMYK Percentages of Color #eead58

%0
%27
%63
%7

Triadic Colors of #eead58

#eead58 #58eead #ad58ee

Analogous Colors of #eead58

#eead58 #e4ee58 #ee6258

Monochromatic Colors of #eead58

#eead58

Complementary Color

#eead58 #5899ee

#eead58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead58 Color CSS Codes

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

#eead58 Text Font Color

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

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


#eead58 Background Color

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

This div background color is #eead58


#eead58 Border Color

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

This div border color is #eead58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,173,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead58


Comments

No comments written yet.

Please login to write comment.