Color Hex Logo

#eea092 Color Hex

#EEA092
(238,160,146)
0 Favorites   0 Comments

Color spaces of #eea092

RGB 238160146
HSL0.030.730.75
HSV39°93°
CMYK 0.000.330.39   0.07
XYZ53.019045.394133.1617
Yxy45.39410.40300.3450
Hunter Lab67.375122.559117.9804
CIE-Lab73.150627.322719.1461

#eea092 color RGB value is (238,160,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 10010010
Octal 356 240 222
Decimal 238 160 146
Hex EE A0 92

RGB Percentages of Color #eea092

%43.75
%29.41
%26.84

CMYK Percentages of Color #eea092

%0
%33
%39
%7

Triadic Colors of #eea092

#eea092 #92eea0 #a092ee

Analogous Colors of #eea092

#eea092 #eece92 #ee92b2

Monochromatic Colors of #eea092

#eea092

Complementary Color

#eea092 #92e0ee

#eea092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea092 Color CSS Codes

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

#eea092 Text Font Color

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

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


#eea092 Background Color

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

This div background color is #eea092


#eea092 Border Color

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

This div border color is #eea092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea092


Comments

No comments written yet.

Please login to write comment.