Color Hex Logo

#eea682 Color Hex

#EEA682
(238,166,130)
0 Favorites   0 Comments

Color spaces of #eea682

RGB 238166130
HSL0.060.760.72
HSV20°45°93°
CMYK 0.000.300.45   0.07
XYZ52.925447.061327.4134
Yxy47.06130.41540.3694
Hunter Lab68.601217.659424.3283
CIE-Lab74.229022.432529.2785

#eea682 color RGB value is (238,166,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 10000010
Octal 356 246 202
Decimal 238 166 130
Hex EE A6 82

RGB Percentages of Color #eea682

%44.57
%31.09
%24.34

CMYK Percentages of Color #eea682

%0
%30
%45
%7

Triadic Colors of #eea682

#eea682 #82eea6 #a682ee

Analogous Colors of #eea682

#eea682 #eedc82 #ee8294

Monochromatic Colors of #eea682

#eea682

Complementary Color

#eea682 #82caee

#eea682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea682 Color CSS Codes

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

#eea682 Text Font Color

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

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


#eea682 Background Color

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

This div background color is #eea682


#eea682 Border Color

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

This div border color is #eea682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea682


Comments

No comments written yet.

Please login to write comment.