Color Hex Logo

#eea290 Color Hex

#EEA290
(238,162,144)
0 Favorites   0 Comments

Color spaces of #eea290

RGB 238162144
HSL0.030.730.75
HSV11°39°93°
CMYK 0.000.320.39   0.07
XYZ53.214346.031432.4658
Yxy46.03140.40400.3495
Hunter Lab67.846421.272419.1211
CIE-Lab73.565926.037620.8100

#eea290 color RGB value is (238,162,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 10010000
Octal 356 242 220
Decimal 238 162 144
Hex EE A2 90

RGB Percentages of Color #eea290

%43.75
%29.78
%26.47

CMYK Percentages of Color #eea290

%0
%32
%39
%7

Triadic Colors of #eea290

#eea290 #90eea2 #a290ee

Analogous Colors of #eea290

#eea290 #eed190 #ee90ad

Monochromatic Colors of #eea290

#eea290

Complementary Color

#eea290 #90dcee

#eea290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea290 Color CSS Codes

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

#eea290 Text Font Color

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

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


#eea290 Background Color

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

This div background color is #eea290


#eea290 Border Color

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

This div border color is #eea290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea290


Comments

No comments written yet.

Please login to write comment.