Color Hex Logo

#eddba0 Color Hex

#EDDBA0
(237,219,160)
0 Favorites   0 Comments

Color spaces of #eddba0

RGB 237219160
HSL0.130.680.78
HSV46°32°93°
CMYK 0.000.080.32   0.07
XYZ66.601771.205643.4915
Yxy71.20560.36740.3928
Hunter Lab84.3834-6.785428.5101
CIE-Lab87.5848-2.381231.3028

#eddba0 color RGB value is (237,219,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10100000
Octal 355 333 240
Decimal 237 219 160
Hex ED DB A0

RGB Percentages of Color #eddba0

%38.47
%35.55
%25.97

CMYK Percentages of Color #eddba0

%0
%8
%32
%7

Triadic Colors of #eddba0

#eddba0 #a0eddb #dba0ed

Analogous Colors of #eddba0

#eddba0 #d9eda0 #edb5a0

Monochromatic Colors of #eddba0

#eddba0

Complementary Color

#eddba0 #a0b2ed

#eddba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddba0 Color CSS Codes

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

#eddba0 Text Font Color

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

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


#eddba0 Background Color

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

This div background color is #eddba0


#eddba0 Border Color

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

This div border color is #eddba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddba0


Comments

No comments written yet.

Please login to write comment.