Color Hex Logo

#eddab9 Color Hex

#EDDAB9
(237,218,185)
0 Favorites   0 Comments

Color spaces of #eddab9

RGB 237218185
HSL0.110.590.83
HSV38°22°93°
CMYK 0.000.080.22   0.07
XYZ68.753471.650156.1051
Yxy71.65010.34990.3646
Hunter Lab84.6464-3.145919.9540
CIE-Lab87.79991.423618.6245

#eddab9 color RGB value is (237,218,185).

#eddab9 hex color red value is 237, green value is 218 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #eddab9 hue: 0.11 , saturation: 0.59 and the lightness value of eddab9 is 0.83.

The process color (four color CMYK) of #eddab9 color hex is 0.00, 0.08, 0.22, 0.07. Web safe color of #eddab9 is #ffcccc. Color #eddab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 10111001
Octal 355 332 271
Decimal 237 218 185
Hex ED DA B9

RGB Percentages of Color #eddab9

%37.03
%34.06
%28.91

CMYK Percentages of Color #eddab9

%0
%8
%22
%7

Triadic Colors of #eddab9

#eddab9 #b9edda #dab9ed

Analogous Colors of #eddab9

#eddab9 #e6edb9 #edc0b9

Monochromatic Colors of #eddab9

#eddab9

Complementary Color

#eddab9 #b9cced

#eddab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddab9 Color CSS Codes

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

#eddab9 Text Font Color

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

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


#eddab9 Background Color

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

This div background color is #eddab9


#eddab9 Border Color

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

This div border color is #eddab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddab9


Comments

No comments written yet.

Please login to write comment.