Color Hex Logo

#eea485 Color Hex

#EEA485
(238,164,133)
0 Favorites   0 Comments

Color spaces of #eea485

RGB 238164133
HSL0.050.760.73
HSV18°44°93°
CMYK 0.000.310.44   0.07
XYZ52.769046.421528.3693
Yxy46.42150.41370.3639
Hunter Lab68.133319.014223.0062
CIE-Lab73.818223.797427.1192

#eea485 color RGB value is (238,164,133).

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

The process color (four color CMYK) of #eea485 color hex is 0.00, 0.31, 0.44, 0.07. Web safe color of #eea485 is #ff9999. Color #eea485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 10000101
Octal 356 244 205
Decimal 238 164 133
Hex EE A4 85

RGB Percentages of Color #eea485

%44.49
%30.65
%24.86

CMYK Percentages of Color #eea485

%0
%31
%44
%7

Triadic Colors of #eea485

#eea485 #85eea4 #a485ee

Analogous Colors of #eea485

#eea485 #eed985 #ee859b

Monochromatic Colors of #eea485

#eea485

Complementary Color

#eea485 #85cfee

#eea485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea485 Color CSS Codes

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

#eea485 Text Font Color

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

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


#eea485 Background Color

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

This div background color is #eea485


#eea485 Border Color

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

This div border color is #eea485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea485


Comments

No comments written yet.

Please login to write comment.