Color Hex Logo

#eedacd Color Hex

#EEDACD
(238,218,205)
0 Favorites   0 Comments

Color spaces of #eedacd

RGB 238218205
HSL0.070.490.87
HSV24°14°93°
CMYK 0.000.080.14   0.07
XYZ71.350772.727768.0349
Yxy72.72770.33640.3429
Hunter Lab85.28050.102612.3961
CIE-Lab88.31774.77398.8747

#eedacd color RGB value is (238,218,205).

#eedacd hex color red value is 238, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eedacd hue: 0.07 , saturation: 0.49 and the lightness value of eedacd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11001101
Octal 356 332 315
Decimal 238 218 205
Hex EE DA CD

RGB Percentages of Color #eedacd

%36.01
%32.98
%31.01

CMYK Percentages of Color #eedacd

%0
%8
%14
%7

Triadic Colors of #eedacd

#eedacd #cdeeda #dacdee

Analogous Colors of #eedacd

#eedacd #eeebcd #eecdd1

Monochromatic Colors of #eedacd

#eedacd

Complementary Color

#eedacd #cde1ee

#eedacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedacd Color CSS Codes

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

#eedacd Text Font Color

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

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


#eedacd Background Color

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

This div background color is #eedacd


#eedacd Border Color

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

This div border color is #eedacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedacd


Comments

No comments written yet.

Please login to write comment.