Color Hex Logo

#eea693 Color Hex

#EEA693
(238,166,147)
0 Favorites   0 Comments

Color spaces of #eea693

RGB 238166147
HSL0.030.730.75
HSV13°38°93°
CMYK 0.000.300.38   0.07
XYZ54.162647.556233.9283
Yxy47.55620.39930.3506
Hunter Lab68.961019.513819.1025
CIE-Lab74.544124.254520.5197

#eea693 color RGB value is (238,166,147).

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

The process color (four color CMYK) of #eea693 color hex is 0.00, 0.30, 0.38, 0.07. Web safe color of #eea693 is #ff9999. Color #eea693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 10010011
Octal 356 246 223
Decimal 238 166 147
Hex EE A6 93

RGB Percentages of Color #eea693

%43.19
%30.13
%26.68

CMYK Percentages of Color #eea693

%0
%30
%38
%7

Triadic Colors of #eea693

#eea693 #93eea6 #a693ee

Analogous Colors of #eea693

#eea693 #eed493 #ee93ae

Monochromatic Colors of #eea693

#eea693

Complementary Color

#eea693 #93dbee

#eea693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea693 Color CSS Codes

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

#eea693 Text Font Color

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

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


#eea693 Background Color

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

This div background color is #eea693


#eea693 Border Color

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

This div border color is #eea693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea693


Comments

No comments written yet.

Please login to write comment.