Color Hex Logo

#ead493 Color Hex

#EAD493
(234,212,147)
0 Favorites   0 Comments

Color spaces of #ead493

RGB 234212147
HSL0.120.670.75
HSV45°37°92°
CMYK 0.000.090.37   0.08
XYZ62.741666.686037.1686
Yxy66.68600.37660.4003
Hunter Lab81.6615-5.763730.1769
CIE-Lab85.3451-1.478634.9561

#ead493 color RGB value is (234,212,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 10010011
Octal 352 324 223
Decimal 234 212 147
Hex EA D4 93

RGB Percentages of Color #ead493

%39.46
%35.75
%24.79

CMYK Percentages of Color #ead493

%0
%9
%37
%8

Triadic Colors of #ead493

#ead493 #93ead4 #d493ea

Analogous Colors of #ead493

#ead493 #d5ea93 #eaa993

Monochromatic Colors of #ead493

#ead493

Complementary Color

#ead493 #93a9ea

#ead493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead493 Color CSS Codes

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

#ead493 Text Font Color

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

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


#ead493 Background Color

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

This div background color is #ead493


#ead493 Border Color

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

This div border color is #ead493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead493


Comments

No comments written yet.

Please login to write comment.