Color Hex Logo

#eddadc Color Hex

#EDDADC
(237,218,220)
0 Favorites   0 Comments

Color spaces of #eddadc

RGB 237218220
HSL0.980.350.89
HSV354°93°
CMYK 0.000.080.07   0.07
XYZ72.914773.314678.0183
Yxy73.31460.32520.3269
Hunter Lab85.62392.16325.9133
CIE-Lab88.59756.86401.3726

#eddadc color RGB value is (237,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 11011100
Octal 355 332 334
Decimal 237 218 220
Hex ED DA DC

RGB Percentages of Color #eddadc

%35.11
%32.30
%32.59

CMYK Percentages of Color #eddadc

%0
%8
%7
%7

Triadic Colors of #eddadc

#eddadc #dcedda #dadced

Analogous Colors of #eddadc

#eddadc #ede2da #eddae6

Monochromatic Colors of #eddadc

#eddadc

Complementary Color

#eddadc #daedeb

#eddadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddadc Color CSS Codes

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

#eddadc Text Font Color

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

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


#eddadc Background Color

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

This div background color is #eddadc


#eddadc Border Color

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

This div border color is #eddadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddadc

#eddadc Color Palettes


Comments

No comments written yet.

Please login to write comment.