Color Hex Logo

#eedadc Color Hex

#EEDADC
(238,218,220)
0 Favorites   0 Comments

Color spaces of #eedadc

RGB 238218220
HSL0.980.370.89
HSV354°93°
CMYK 0.000.080.08   0.07
XYZ73.249673.487378.0339
Yxy73.48730.32590.3269
Hunter Lab85.72472.50546.0365
CIE-Lab88.67967.20991.5021

#eedadc color RGB value is (238,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11011100
Octal 356 332 334
Decimal 238 218 220
Hex EE DA DC

RGB Percentages of Color #eedadc

%35.21
%32.25
%32.54

CMYK Percentages of Color #eedadc

%0
%8
%8
%7

Triadic Colors of #eedadc

#eedadc #dceeda #dadcee

Analogous Colors of #eedadc

#eedadc #eee2da #eedae6

Monochromatic Colors of #eedadc

#eedadc

Complementary Color

#eedadc #daeeec

#eedadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedadc Color CSS Codes

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

#eedadc Text Font Color

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

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


#eedadc Background Color

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

This div background color is #eedadc


#eedadc Border Color

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

This div border color is #eedadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #eedadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedadc


Comments

No comments written yet.

Please login to write comment.