Color Hex Logo

#eea091 Color Hex

#EEA091
(238,160,145)
0 Favorites   0 Comments

Color spaces of #eea091

RGB 238160145
HSL0.030.730.75
HSV10°39°93°
CMYK 0.000.330.39   0.07
XYZ52.941545.363132.7537
Yxy45.36310.40400.3461
Hunter Lab67.352122.442018.3135
CIE-Lab73.130327.209619.6652

#eea091 color RGB value is (238,160,145).

#eea091 hex color red value is 238, green value is 160 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eea091 hue: 0.03 , saturation: 0.73 and the lightness value of eea091 is 0.75.

The process color (four color CMYK) of #eea091 color hex is 0.00, 0.33, 0.39, 0.07. Web safe color of #eea091 is #ff9999. Color #eea091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 10010001
Octal 356 240 221
Decimal 238 160 145
Hex EE A0 91

RGB Percentages of Color #eea091

%43.83
%29.47
%26.70

CMYK Percentages of Color #eea091

%0
%33
%39
%7

Triadic Colors of #eea091

#eea091 #91eea0 #a091ee

Analogous Colors of #eea091

#eea091 #eecf91 #ee91b1

Monochromatic Colors of #eea091

#eea091

Complementary Color

#eea091 #91dfee

#eea091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea091 Color CSS Codes

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

#eea091 Text Font Color

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

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


#eea091 Background Color

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

This div background color is #eea091


#eea091 Border Color

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

This div border color is #eea091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea091


Comments

No comments written yet.

Please login to write comment.