Color Hex Logo

#eec2ad Color Hex

#EEC2AD
(238,194,173)
0 Favorites   0 Comments

Color spaces of #eec2ad

RGB 238194173
HSL0.050.660.81
HSV19°27°93°
CMYK 0.000.180.27   0.07
XYZ62.094559.777847.8007
Yxy59.77780.36600.3523
Hunter Lab77.31618.054617.4652
CIE-Lab81.717312.656916.4741

#eec2ad color RGB value is (238,194,173).

#eec2ad hex color red value is 238, green value is 194 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eec2ad hue: 0.05 , saturation: 0.66 and the lightness value of eec2ad is 0.81.

The process color (four color CMYK) of #eec2ad color hex is 0.00, 0.18, 0.27, 0.07. Web safe color of #eec2ad is #ffcc99. Color #eec2ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 10101101
Octal 356 302 255
Decimal 238 194 173
Hex EE C2 AD

RGB Percentages of Color #eec2ad

%39.34
%32.07
%28.60

CMYK Percentages of Color #eec2ad

%0
%18
%27
%7

Triadic Colors of #eec2ad

#eec2ad #adeec2 #c2adee

Analogous Colors of #eec2ad

#eec2ad #eee3ad #eeadb9

Monochromatic Colors of #eec2ad

#eec2ad

Complementary Color

#eec2ad #add9ee

#eec2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec2ad Color CSS Codes

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

#eec2ad Text Font Color

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

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


#eec2ad Background Color

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

This div background color is #eec2ad


#eec2ad Border Color

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

This div border color is #eec2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec2ad


Comments

No comments written yet.

Please login to write comment.