Color Hex Logo

#eddfaf Color Hex

#EDDFAF
(237,223,175)
0 Favorites   0 Comments

Color spaces of #eddfaf

RGB 237223175
HSL0.130.630.81
HSV46°26°93°
CMYK 0.000.060.26   0.07
XYZ69.050673.875051.1774
Yxy73.87500.35570.3806
Hunter Lab85.9506-7.010924.8625
CIE-Lab88.8634-2.514625.2969

#eddfaf color RGB value is (237,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10101111
Octal 355 337 257
Decimal 237 223 175
Hex ED DF AF

RGB Percentages of Color #eddfaf

%37.32
%35.12
%27.56

CMYK Percentages of Color #eddfaf

%0
%6
%26
%7

Triadic Colors of #eddfaf

#eddfaf #afeddf #dfafed

Analogous Colors of #eddfaf

#eddfaf #dcedaf #edc0af

Monochromatic Colors of #eddfaf

#eddfaf

Complementary Color

#eddfaf #afbded

#eddfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfaf Color CSS Codes

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

#eddfaf Text Font Color

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

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


#eddfaf Background Color

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

This div background color is #eddfaf


#eddfaf Border Color

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

This div border color is #eddfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfaf


Comments

No comments written yet.

Please login to write comment.