Color Hex Logo

#eddfae Color Hex

#EDDFAE
(237,223,174)
0 Favorites   0 Comments

Color spaces of #eddfae

RGB 237223174
HSL0.130.640.81
HSV47°27°93°
CMYK 0.000.060.27   0.07
XYZ68.952773.835950.6619
Yxy73.83590.35640.3817
Hunter Lab85.9278-7.136525.1929
CIE-Lab88.8449-2.647325.7889

#eddfae color RGB value is (237,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10101110
Octal 355 337 256
Decimal 237 223 174
Hex ED DF AE

RGB Percentages of Color #eddfae

%37.38
%35.17
%27.44

CMYK Percentages of Color #eddfae

%0
%6
%27
%7

Triadic Colors of #eddfae

#eddfae #aeeddf #dfaeed

Analogous Colors of #eddfae

#eddfae #dcedae #edc0ae

Monochromatic Colors of #eddfae

#eddfae

Complementary Color

#eddfae #aebced

#eddfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfae Color CSS Codes

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

#eddfae Text Font Color

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

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


#eddfae Background Color

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

This div background color is #eddfae


#eddfae Border Color

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

This div border color is #eddfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfae

#eddfae Color Palettes


Comments

No comments written yet.

Please login to write comment.