Color Hex Logo

#eead84 Color Hex

#EEAD84
(238,173,132)
0 Favorites   0 Comments

Color spaces of #eead84

RGB 238173132
HSL0.060.760.73
HSV23°45°93°
CMYK 0.000.270.45   0.07
XYZ54.368349.730228.5632
Yxy49.73020.40980.3749
Hunter Lab70.519614.208225.3490
CIE-Lab75.903418.920030.4239

#eead84 color RGB value is (238,173,132).

#eead84 hex color red value is 238, green value is 173 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eead84 hue: 0.06 , saturation: 0.76 and the lightness value of eead84 is 0.73.

The process color (four color CMYK) of #eead84 color hex is 0.00, 0.27, 0.45, 0.07. Web safe color of #eead84 is #ff9999. Color #eead84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10000100
Octal 356 255 204
Decimal 238 173 132
Hex EE AD 84

RGB Percentages of Color #eead84

%43.83
%31.86
%24.31

CMYK Percentages of Color #eead84

%0
%27
%45
%7

Triadic Colors of #eead84

#eead84 #84eead #ad84ee

Analogous Colors of #eead84

#eead84 #eee284 #ee8490

Monochromatic Colors of #eead84

#eead84

Complementary Color

#eead84 #84c5ee

#eead84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead84 Color CSS Codes

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

#eead84 Text Font Color

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

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


#eead84 Background Color

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

This div background color is #eead84


#eead84 Border Color

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

This div border color is #eead84


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,173,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eead84">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead84


Comments

No comments written yet.

Please login to write comment.