Color Hex Logo

#eeeaae Color Hex

#EEEAAE
(238,234,174)
1 Favorites   0 Comments

Color spaces of #eeeaae

RGB 238234174
HSL0.160.650.81
HSV56°27°93°
CMYK 0.000.020.27   0.07
XYZ72.322780.078851.6893
Yxy80.07880.35440.3924
Hunter Lab89.4868-12.339128.3937
CIE-Lab91.7202-7.837929.7057

#eeeaae color RGB value is (238,234,174).

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

The process color (four color CMYK) of #eeeaae color hex is 0.00, 0.02, 0.27, 0.07. Web safe color of #eeeaae is #ffff99. Color #eeeaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 10101110
Octal 356 352 256
Decimal 238 234 174
Hex EE EA AE

RGB Percentages of Color #eeeaae

%36.84
%36.22
%26.93

CMYK Percentages of Color #eeeaae

%0
%2
%27
%7

Triadic Colors of #eeeaae

#eeeaae #aeeeea #eaaeee

Analogous Colors of #eeeaae

#eeeaae #d2eeae #eecaae

Monochromatic Colors of #eeeaae

#eeeaae

Complementary Color

#eeeaae #aeb2ee

#eeeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeaae Color CSS Codes

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

#eeeaae Text Font Color

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

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


#eeeaae Background Color

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

This div background color is #eeeaae


#eeeaae Border Color

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

This div border color is #eeeaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,234,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 #eeeaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeaae


Comments

No comments written yet.

Please login to write comment.