Color Hex Logo

#eddba6 Color Hex

#EDDBA6
(237,219,166)
0 Favorites   0 Comments

Color spaces of #eddba6

RGB 237219166
HSL0.120.660.79
HSV45°30°93°
CMYK 0.000.080.30   0.07
XYZ67.139571.420746.3233
Yxy71.42070.36310.3863
Hunter Lab84.5108-6.084726.6586
CIE-Lab87.6890-1.638228.3527

#eddba6 color RGB value is (237,219,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10100110
Octal 355 333 246
Decimal 237 219 166
Hex ED DB A6

RGB Percentages of Color #eddba6

%38.10
%35.21
%26.69

CMYK Percentages of Color #eddba6

%0
%8
%30
%7

Triadic Colors of #eddba6

#eddba6 #a6eddb #dba6ed

Analogous Colors of #eddba6

#eddba6 #dceda6 #edb8a6

Monochromatic Colors of #eddba6

#eddba6

Complementary Color

#eddba6 #a6b8ed

#eddba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddba6 Color CSS Codes

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

#eddba6 Text Font Color

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

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


#eddba6 Background Color

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

This div background color is #eddba6


#eddba6 Border Color

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

This div border color is #eddba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddba6


Comments

No comments written yet.

Please login to write comment.