Color Hex Logo

#ead193 Color Hex

#EAD193
(234,209,147)
0 Favorites   0 Comments

Color spaces of #ead193

RGB 234209147
HSL0.120.670.75
HSV43°37°92°
CMYK 0.000.110.37   0.08
XYZ61.998665.199936.9209
Yxy65.19990.37780.3973
Hunter Lab80.7465-4.250729.4125
CIE-Lab84.58660.065433.9595

#ead193 color RGB value is (234,209,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 10010011
Octal 352 321 223
Decimal 234 209 147
Hex EA D1 93

RGB Percentages of Color #ead193

%39.66
%35.42
%24.92

CMYK Percentages of Color #ead193

%0
%11
%37
%8

Triadic Colors of #ead193

#ead193 #93ead1 #d193ea

Analogous Colors of #ead193

#ead193 #d8ea93 #eaa693

Monochromatic Colors of #ead193

#ead193

Complementary Color

#ead193 #93acea

#ead193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead193 Color CSS Codes

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

#ead193 Text Font Color

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

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


#ead193 Background Color

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

This div background color is #ead193


#ead193 Border Color

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

This div border color is #ead193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead193


Comments

No comments written yet.

Please login to write comment.