Color Hex Logo

#eddda5 Color Hex

#EDDDA5
(237,221,165)
0 Favorites   0 Comments

Color spaces of #eddda5

RGB 237221165
HSL0.130.670.79
HSV47°30°93°
CMYK 0.000.070.30   0.07
XYZ67.573072.434046.0170
Yxy72.43400.36320.3894
Hunter Lab85.1082-7.216327.5183
CIE-Lab88.1771-2.785629.5265

#eddda5 color RGB value is (237,221,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10100101
Octal 355 335 245
Decimal 237 221 165
Hex ED DD A5

RGB Percentages of Color #eddda5

%38.04
%35.47
%26.48

CMYK Percentages of Color #eddda5

%0
%7
%30
%7

Triadic Colors of #eddda5

#eddda5 #a5eddd #dda5ed

Analogous Colors of #eddda5

#eddda5 #d9eda5 #edb9a5

Monochromatic Colors of #eddda5

#eddda5

Complementary Color

#eddda5 #a5b5ed

#eddda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddda5 Color CSS Codes

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

#eddda5 Text Font Color

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

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


#eddda5 Background Color

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

This div background color is #eddda5


#eddda5 Border Color

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

This div border color is #eddda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddda5


Comments

No comments written yet.

Please login to write comment.