Color Hex Logo

#ead393 Color Hex

#EAD393
(234,211,147)
0 Favorites   0 Comments

Color spaces of #ead393

RGB 234211147
HSL0.120.670.75
HSV44°37°92°
CMYK 0.000.100.37   0.08
XYZ62.492466.187537.0855
Yxy66.18750.37700.3993
Hunter Lab81.3557-5.259929.9220
CIE-Lab85.0920-0.964534.6239

#ead393 color RGB value is (234,211,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 10010011
Octal 352 323 223
Decimal 234 211 147
Hex EA D3 93

RGB Percentages of Color #ead393

%39.53
%35.64
%24.83

CMYK Percentages of Color #ead393

%0
%10
%37
%8

Triadic Colors of #ead393

#ead393 #93ead3 #d393ea

Analogous Colors of #ead393

#ead393 #d6ea93 #eaa893

Monochromatic Colors of #ead393

#ead393

Complementary Color

#ead393 #93aaea

#ead393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead393 Color CSS Codes

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

#ead393 Text Font Color

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

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


#ead393 Background Color

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

This div background color is #ead393


#ead393 Border Color

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

This div border color is #ead393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead393

#ead393 Color Palettes


Comments

No comments written yet.

Please login to write comment.