Color Hex Logo

#ead593 Color Hex

#EAD593
(234,213,147)
0 Favorites   0 Comments

Color spaces of #ead593

RGB 234213147
HSL0.130.670.75
HSV46°37°92°
CMYK 0.000.090.37   0.08
XYZ62.992467.187537.2522
Yxy67.18750.37620.4013
Hunter Lab81.9680-6.266730.4319
CIE-Lab85.5985-1.991635.2883

#ead593 color RGB value is (234,213,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 10010011
Octal 352 325 223
Decimal 234 213 147
Hex EA D5 93

RGB Percentages of Color #ead593

%39.39
%35.86
%24.75

CMYK Percentages of Color #ead593

%0
%9
%37
%8

Triadic Colors of #ead593

#ead593 #93ead5 #d593ea

Analogous Colors of #ead593

#ead593 #d4ea93 #eaaa93

Monochromatic Colors of #ead593

#ead593

Complementary Color

#ead593 #93a8ea

#ead593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead593 Color CSS Codes

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

#ead593 Text Font Color

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

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


#ead593 Background Color

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

This div background color is #ead593


#ead593 Border Color

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

This div border color is #ead593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead593

#ead593 Color Palettes


Comments

No comments written yet.

Please login to write comment.