Color Hex Logo

#eea498 Color Hex

#EEA498
(238,164,152)
0 Favorites   0 Comments

Color spaces of #eea498

RGB 238164152
HSL0.020.720.76
HSV36°93°
CMYK 0.000.310.36   0.07
XYZ54.202946.995135.9199
Yxy46.99510.39530.3427
Hunter Lab68.553021.167216.9207
CIE-Lab74.186625.898317.3005

#eea498 color RGB value is (238,164,152).

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

The process color (four color CMYK) of #eea498 color hex is 0.00, 0.31, 0.36, 0.07. Web safe color of #eea498 is #ff9999. Color #eea498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 10011000
Octal 356 244 230
Decimal 238 164 152
Hex EE A4 98

RGB Percentages of Color #eea498

%42.96
%29.60
%27.44

CMYK Percentages of Color #eea498

%0
%31
%36
%7

Triadic Colors of #eea498

#eea498 #98eea4 #a498ee

Analogous Colors of #eea498

#eea498 #eecf98 #ee98b7

Monochromatic Colors of #eea498

#eea498

Complementary Color

#eea498 #98e2ee

#eea498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea498 Color CSS Codes

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

#eea498 Text Font Color

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

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


#eea498 Background Color

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

This div background color is #eea498


#eea498 Border Color

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

This div border color is #eea498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea498


Comments

No comments written yet.

Please login to write comment.