Color Hex Logo

#eddba7 Color Hex

#EDDBA7
(237,219,167)
0 Favorites   0 Comments

Color spaces of #eddba7

RGB 237219167
HSL0.120.660.79
HSV45°30°93°
CMYK 0.000.080.30   0.07
XYZ67.231671.457646.8084
Yxy71.45760.36240.3852
Hunter Lab84.5326-5.965026.3421
CIE-Lab87.7069-1.511627.8602

#eddba7 color RGB value is (237,219,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10100111
Octal 355 333 247
Decimal 237 219 167
Hex ED DB A7

RGB Percentages of Color #eddba7

%38.04
%35.15
%26.81

CMYK Percentages of Color #eddba7

%0
%8
%30
%7

Triadic Colors of #eddba7

#eddba7 #a7eddb #dba7ed

Analogous Colors of #eddba7

#eddba7 #dceda7 #edb8a7

Monochromatic Colors of #eddba7

#eddba7

Complementary Color

#eddba7 #a7b9ed

#eddba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddba7 Color CSS Codes

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

#eddba7 Text Font Color

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

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


#eddba7 Background Color

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

This div background color is #eddba7


#eddba7 Border Color

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

This div border color is #eddba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddba7


Comments

No comments written yet.

Please login to write comment.