Color Hex Logo

#eedfae Color Hex

#EEDFAE
(238,223,174)
0 Favorites   0 Comments

Color spaces of #eedfae

RGB 238223174
HSL0.130.650.81
HSV46°27°93°
CMYK 0.000.060.27   0.07
XYZ69.287674.008550.6776
Yxy74.00850.35720.3815
Hunter Lab86.0282-6.784425.2931
CIE-Lab88.9265-2.273025.9136

#eedfae color RGB value is (238,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10101110
Octal 356 337 256
Decimal 238 223 174
Hex EE DF AE

RGB Percentages of Color #eedfae

%37.48
%35.12
%27.40

CMYK Percentages of Color #eedfae

%0
%6
%27
%7

Triadic Colors of #eedfae

#eedfae #aeeedf #dfaeee

Analogous Colors of #eedfae

#eedfae #ddeeae #eebfae

Monochromatic Colors of #eedfae

#eedfae

Complementary Color

#eedfae #aebdee

#eedfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfae Color CSS Codes

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

#eedfae Text Font Color

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

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


#eedfae Background Color

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

This div background color is #eedfae


#eedfae Border Color

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

This div border color is #eedfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfae


Comments

No comments written yet.

Please login to write comment.