Color Hex Logo

#eddeda Color Hex

#EDDEDA
(237,222,218)
0 Favorites   0 Comments

Color spaces of #eddeda

RGB 237222218
HSL0.040.350.89
HSV13°93°
CMYK 0.000.060.08   0.07
XYZ73.701275.309076.9813
Yxy75.30900.32610.3332
Hunter Lab86.7808-0.26988.1517
CIE-Lab89.53754.45213.7897

#eddeda color RGB value is (237,222,218).

#eddeda hex color red value is 237, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eddeda hue: 0.04 , saturation: 0.35 and the lightness value of eddeda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11011010
Octal 355 336 332
Decimal 237 222 218
Hex ED DE DA

RGB Percentages of Color #eddeda

%35.01
%32.79
%32.20

CMYK Percentages of Color #eddeda

%0
%6
%8
%7

Triadic Colors of #eddeda

#eddeda #daedde #dedaed

Analogous Colors of #eddeda

#eddeda #ede8da #eddae0

Monochromatic Colors of #eddeda

#eddeda

Complementary Color

#eddeda #dae9ed

#eddeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddeda Color CSS Codes

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

#eddeda Text Font Color

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

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


#eddeda Background Color

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

This div background color is #eddeda


#eddeda Border Color

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

This div border color is #eddeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddeda


Comments

No comments written yet.

Please login to write comment.