Color Hex Logo

#eaad93 Color Hex

#EAAD93
(234,173,147)
0 Favorites   0 Comments

Color spaces of #eaad93

RGB 234173147
HSL0.050.670.75
HSV18°37°92°
CMYK 0.000.260.37   0.08
XYZ54.141749.486134.3020
Yxy49.48610.39250.3588
Hunter Lab70.346414.275520.3317
CIE-Lab75.752718.991722.1074

#eaad93 color RGB value is (234,173,147).

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

The process color (four color CMYK) of #eaad93 color hex is 0.00, 0.26, 0.37, 0.08. Web safe color of #eaad93 is #ff9999. Color #eaad93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 10010011
Octal 352 255 223
Decimal 234 173 147
Hex EA AD 93

RGB Percentages of Color #eaad93

%42.24
%31.23
%26.53

CMYK Percentages of Color #eaad93

%0
%26
%37
%8

Triadic Colors of #eaad93

#eaad93 #93eaad #ad93ea

Analogous Colors of #eaad93

#eaad93 #ead993 #ea93a5

Monochromatic Colors of #eaad93

#eaad93

Complementary Color

#eaad93 #93d0ea

#eaad93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad93 Color CSS Codes

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

#eaad93 Text Font Color

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

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


#eaad93 Background Color

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

This div background color is #eaad93


#eaad93 Border Color

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

This div border color is #eaad93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad93


Comments

No comments written yet.

Please login to write comment.