Color Hex Logo

#eead82 Color Hex

#EEAD82
(238,173,130)
0 Favorites   0 Comments

Color spaces of #eead82

RGB 238173130
HSL0.070.760.72
HSV24°45°93°
CMYK 0.000.270.45   0.07
XYZ54.232749.676027.8491
Yxy49.67600.41160.3770
Hunter Lab70.481214.007125.9097
CIE-Lab75.870018.718631.4423

#eead82 color RGB value is (238,173,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10000010
Octal 356 255 202
Decimal 238 173 130
Hex EE AD 82

RGB Percentages of Color #eead82

%43.99
%31.98
%24.03

CMYK Percentages of Color #eead82

%0
%27
%45
%7

Triadic Colors of #eead82

#eead82 #82eead #ad82ee

Analogous Colors of #eead82

#eead82 #eee382 #ee828d

Monochromatic Colors of #eead82

#eead82

Complementary Color

#eead82 #82c3ee

#eead82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead82 Color CSS Codes

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

#eead82 Text Font Color

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

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


#eead82 Background Color

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

This div background color is #eead82


#eead82 Border Color

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

This div border color is #eead82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead82


Comments

No comments written yet.

Please login to write comment.