Color Hex Logo

#eddfa7 Color Hex

#EDDFA7
(237,223,167)
0 Favorites   0 Comments

Color spaces of #eddfa7

RGB 237223167
HSL0.130.660.79
HSV48°30°93°
CMYK 0.000.060.30   0.07
XYZ68.287873.569947.1605
Yxy73.56990.36130.3892
Hunter Lab85.7729-7.990427.4416
CIE-Lab88.7188-3.552729.2274

#eddfa7 color RGB value is (237,223,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10100111
Octal 355 337 247
Decimal 237 223 167
Hex ED DF A7

RGB Percentages of Color #eddfa7

%37.80
%35.57
%26.63

CMYK Percentages of Color #eddfa7

%0
%6
%30
%7

Triadic Colors of #eddfa7

#eddfa7 #a7eddf #dfa7ed

Analogous Colors of #eddfa7

#eddfa7 #d8eda7 #edbca7

Monochromatic Colors of #eddfa7

#eddfa7

Complementary Color

#eddfa7 #a7b5ed

#eddfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfa7 Color CSS Codes

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

#eddfa7 Text Font Color

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

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


#eddfa7 Background Color

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

This div background color is #eddfa7


#eddfa7 Border Color

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

This div border color is #eddfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfa7


Comments

No comments written yet.

Please login to write comment.