Color Hex Logo

#eddad1 Color Hex

#EDDAD1
(237,218,209)
0 Favorites   0 Comments

Color spaces of #eddad1

RGB 237218209
HSL0.050.440.87
HSV19°12°93°
CMYK 0.000.080.12   0.07
XYZ71.505172.750870.5952
Yxy72.75080.33280.3386
Hunter Lab85.29410.378310.6334
CIE-Lab88.32875.05396.7753

#eddad1 color RGB value is (237,218,209).

#eddad1 hex color red value is 237, green value is 218 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #eddad1 hue: 0.05 , saturation: 0.44 and the lightness value of eddad1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 11010001
Octal 355 332 321
Decimal 237 218 209
Hex ED DA D1

RGB Percentages of Color #eddad1

%35.69
%32.83
%31.48

CMYK Percentages of Color #eddad1

%0
%8
%12
%7

Triadic Colors of #eddad1

#eddad1 #d1edda #dad1ed

Analogous Colors of #eddad1

#eddad1 #ede8d1 #edd1d6

Monochromatic Colors of #eddad1

#eddad1

Complementary Color

#eddad1 #d1e4ed

#eddad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddad1 Color CSS Codes

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

#eddad1 Text Font Color

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

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


#eddad1 Background Color

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

This div background color is #eddad1


#eddad1 Border Color

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

This div border color is #eddad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddad1


Comments

No comments written yet.

Please login to write comment.