Color Hex Logo

#eea19d Color Hex

#EEA19D
(238,161,157)
0 Favorites   0 Comments

Color spaces of #eea19d

RGB 238161157
HSL0.010.700.77
HSV34°93°
CMYK 0.000.320.34   0.07
XYZ54.090646.101237.9458
Yxy46.10120.39160.3337
Hunter Lab67.897923.380114.3933
CIE-Lab73.611228.092313.7576

#eea19d color RGB value is (238,161,157).

#eea19d hex color red value is 238, green value is 161 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eea19d hue: 0.01 , saturation: 0.70 and the lightness value of eea19d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 10011101
Octal 356 241 235
Decimal 238 161 157
Hex EE A1 9D

RGB Percentages of Color #eea19d

%42.81
%28.96
%28.24

CMYK Percentages of Color #eea19d

%0
%32
%34
%7

Triadic Colors of #eea19d

#eea19d #9deea1 #a19dee

Analogous Colors of #eea19d

#eea19d #eeca9d #ee9dc2

Monochromatic Colors of #eea19d

#eea19d

Complementary Color

#eea19d #9deaee

#eea19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea19d Color CSS Codes

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

#eea19d Text Font Color

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

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


#eea19d Background Color

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

This div background color is #eea19d


#eea19d Border Color

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

This div border color is #eea19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea19d


Comments

No comments written yet.

Please login to write comment.