Color Hex Logo

#eade93 Color Hex

#EADE93
(234,222,147)
0 Favorites   0 Comments

Color spaces of #eade93

RGB 234222147
HSL0.140.670.75
HSV52°37°92°
CMYK 0.000.050.37   0.08
XYZ65.319471.841638.0279
Yxy71.84160.37290.4101
Hunter Lab84.7594-10.768932.7307
CIE-Lab87.8923-6.575338.2788

#eade93 color RGB value is (234,222,147).

#eade93 hex color red value is 234, green value is 222 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #eade93 hue: 0.14 , saturation: 0.67 and the lightness value of eade93 is 0.75.

The process color (four color CMYK) of #eade93 color hex is 0.00, 0.05, 0.37, 0.08. Web safe color of #eade93 is #ffcc99. Color #eade93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011110 10010011
Octal 352 336 223
Decimal 234 222 147
Hex EA DE 93

RGB Percentages of Color #eade93

%38.81
%36.82
%24.38

CMYK Percentages of Color #eade93

%0
%5
%37
%8

Triadic Colors of #eade93

#eade93 #93eade #de93ea

Analogous Colors of #eade93

#eade93 #cbea93 #eab393

Monochromatic Colors of #eade93

#eade93

Complementary Color

#eade93 #939fea

#eade93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eade93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eade93 Color CSS Codes

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

#eade93 Text Font Color

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

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


#eade93 Background Color

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

This div background color is #eade93


#eade93 Border Color

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

This div border color is #eade93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eade93


Comments

No comments written yet.

Please login to write comment.