Color Hex Logo

#eddba5 Color Hex

#EDDBA5
(237,219,165)
0 Favorites   0 Comments

Color spaces of #eddba5

RGB 237219165
HSL0.130.670.79
HSV45°30°93°
CMYK 0.000.080.30   0.07
XYZ67.048171.384245.8420
Yxy71.38420.36380.3874
Hunter Lab84.4892-6.203726.9729
CIE-Lab87.6713-1.764228.8450

#eddba5 color RGB value is (237,219,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10100101
Octal 355 333 245
Decimal 237 219 165
Hex ED DB A5

RGB Percentages of Color #eddba5

%38.16
%35.27
%26.57

CMYK Percentages of Color #eddba5

%0
%8
%30
%7

Triadic Colors of #eddba5

#eddba5 #a5eddb #dba5ed

Analogous Colors of #eddba5

#eddba5 #dbeda5 #edb7a5

Monochromatic Colors of #eddba5

#eddba5

Complementary Color

#eddba5 #a5b7ed

#eddba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddba5 Color CSS Codes

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

#eddba5 Text Font Color

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

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


#eddba5 Background Color

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

This div background color is #eddba5


#eddba5 Border Color

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

This div border color is #eddba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddba5


Comments

No comments written yet.

Please login to write comment.