Color Hex Logo

#eedcda Color Hex

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

Color spaces of #eedcda

RGB 238220218
HSL0.020.370.89
HSV93°
CMYK 0.000.080.08   0.07
XYZ73.508074.425576.8209
Yxy74.42550.32710.3311
Hunter Lab86.27021.12117.5933
CIE-Lab89.12325.83633.1992

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

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

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

Base Numbers

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

RGB Percentages of Color #eedcda

%35.21
%32.54
%32.25

CMYK Percentages of Color #eedcda

%0
%8
%8
%7

Triadic Colors of #eedcda

#eedcda #daeedc #dcdaee

Analogous Colors of #eedcda

#eedcda #eee6da #eedae2

Monochromatic Colors of #eedcda

#eedcda

Complementary Color

#eedcda #daecee

#eedcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcda Color CSS Codes

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

#eedcda Text Font Color

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

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


#eedcda Background Color

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

This div background color is #eedcda


#eedcda Border Color

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

This div border color is #eedcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcda


Comments

No comments written yet.

Please login to write comment.