Color Hex Logo

#eec2ae Color Hex

#EEC2AE
(238,194,174)
0 Favorites   0 Comments

Color spaces of #eec2ae

RGB 238194174
HSL0.050.650.81
HSV19°27°93°
CMYK 0.000.180.27   0.07
XYZ62.191759.816748.3123
Yxy59.81670.36510.3512
Hunter Lab77.34138.188317.1026
CIE-Lab81.738512.791815.9703

#eec2ae color RGB value is (238,194,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 10101110
Octal 356 302 256
Decimal 238 194 174
Hex EE C2 AE

RGB Percentages of Color #eec2ae

%39.27
%32.01
%28.71

CMYK Percentages of Color #eec2ae

%0
%18
%27
%7

Triadic Colors of #eec2ae

#eec2ae #aeeec2 #c2aeee

Analogous Colors of #eec2ae

#eec2ae #eee2ae #eeaeba

Monochromatic Colors of #eec2ae

#eec2ae

Complementary Color

#eec2ae #aedaee

#eec2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec2ae Color CSS Codes

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

#eec2ae Text Font Color

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

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


#eec2ae Background Color

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

This div background color is #eec2ae


#eec2ae Border Color

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

This div border color is #eec2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec2ae


Comments

No comments written yet.

Please login to write comment.