Color Hex Logo

#eddabd Color Hex

#EDDABD
(237,218,189)
0 Favorites   0 Comments

Color spaces of #eddabd

RGB 237218189
HSL0.100.570.84
HSV36°20°93°
CMYK 0.000.080.20   0.07
XYZ69.181871.821558.3608
Yxy71.82150.34700.3603
Hunter Lab84.7476-2.593718.4937
CIE-Lab87.88261.997416.6465

#eddabd color RGB value is (237,218,189).

#eddabd hex color red value is 237, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eddabd hue: 0.10 , saturation: 0.57 and the lightness value of eddabd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 10111101
Octal 355 332 275
Decimal 237 218 189
Hex ED DA BD

RGB Percentages of Color #eddabd

%36.80
%33.85
%29.35

CMYK Percentages of Color #eddabd

%0
%8
%20
%7

Triadic Colors of #eddabd

#eddabd #bdedda #dabded

Analogous Colors of #eddabd

#eddabd #e8edbd #edc2bd

Monochromatic Colors of #eddabd

#eddabd

Complementary Color

#eddabd #bdd0ed

#eddabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddabd Color CSS Codes

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

#eddabd Text Font Color

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

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


#eddabd Background Color

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

This div background color is #eddabd


#eddabd Border Color

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

This div border color is #eddabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddabd


Comments

No comments written yet.

Please login to write comment.