Color Hex Logo

#eea880 Color Hex

#EEA880
(238,168,128)
0 Favorites   0 Comments

Color spaces of #eea880

RGB 238168128
HSL0.060.760.72
HSV22°46°93°
CMYK 0.000.290.46   0.07
XYZ53.158847.740926.8352
Yxy47.74090.41620.3737
Hunter Lab69.094816.415025.3392
CIE-Lab74.661221.173130.9180

#eea880 color RGB value is (238,168,128).

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

The process color (four color CMYK) of #eea880 color hex is 0.00, 0.29, 0.46, 0.07. Web safe color of #eea880 is #ff9999. Color #eea880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 10000000
Octal 356 250 200
Decimal 238 168 128
Hex EE A8 80

RGB Percentages of Color #eea880

%44.57
%31.46
%23.97

CMYK Percentages of Color #eea880

%0
%29
%46
%7

Triadic Colors of #eea880

#eea880 #80eea8 #a880ee

Analogous Colors of #eea880

#eea880 #eedf80 #ee808f

Monochromatic Colors of #eea880

#eea880

Complementary Color

#eea880 #80c6ee

#eea880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea880 Color CSS Codes

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

#eea880 Text Font Color

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

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


#eea880 Background Color

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

This div background color is #eea880


#eea880 Border Color

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

This div border color is #eea880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea880


Comments

No comments written yet.

Please login to write comment.