Color Hex Logo

#eddfaa Color Hex

#EDDFAA
(237,223,170)
0 Favorites   0 Comments

Color spaces of #eddfaa

RGB 237223170
HSL0.130.650.80
HSV47°28°93°
CMYK 0.000.060.28   0.07
XYZ68.568473.682248.6383
Yxy73.68220.35920.3860
Hunter Lab85.8383-7.629826.4915
CIE-Lab88.7721-3.169727.7549

#eddfaa color RGB value is (237,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10101010
Octal 355 337 252
Decimal 237 223 170
Hex ED DF AA

RGB Percentages of Color #eddfaa

%37.62
%35.40
%26.98

CMYK Percentages of Color #eddfaa

%0
%6
%28
%7

Triadic Colors of #eddfaa

#eddfaa #aaeddf #dfaaed

Analogous Colors of #eddfaa

#eddfaa #daedaa #edbeaa

Monochromatic Colors of #eddfaa

#eddfaa

Complementary Color

#eddfaa #aab8ed

#eddfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfaa Color CSS Codes

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

#eddfaa Text Font Color

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

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


#eddfaa Background Color

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

This div background color is #eddfaa


#eddfaa Border Color

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

This div border color is #eddfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,223,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfaa


Comments

No comments written yet.

Please login to write comment.