Color Hex Logo

#eddaab Color Hex

#EDDAAB
(237,218,171)
0 Favorites   0 Comments

Color spaces of #eddaab

RGB 237218171
HSL0.120.650.80
HSV43°28°93°
CMYK 0.000.080.28   0.07
XYZ67.347171.087648.6998
Yxy71.08760.35990.3799
Hunter Lab84.3135-4.968024.7733
CIE-Lab87.5276-0.483825.5448

#eddaab color RGB value is (237,218,171).

#eddaab hex color red value is 237, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eddaab hue: 0.12 , saturation: 0.65 and the lightness value of eddaab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 10101011
Octal 355 332 253
Decimal 237 218 171
Hex ED DA AB

RGB Percentages of Color #eddaab

%37.86
%34.82
%27.32

CMYK Percentages of Color #eddaab

%0
%8
%28
%7

Triadic Colors of #eddaab

#eddaab #abedda #daabed

Analogous Colors of #eddaab

#eddaab #dfedab #edb9ab

Monochromatic Colors of #eddaab

#eddaab

Complementary Color

#eddaab #abbeed

#eddaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddaab Color CSS Codes

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

#eddaab Text Font Color

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

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


#eddaab Background Color

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

This div background color is #eddaab


#eddaab Border Color

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

This div border color is #eddaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddaab


Comments

No comments written yet.

Please login to write comment.