Color Hex Logo

#eedacc Color Hex

#EEDACC
(238,218,204)
0 Favorites   0 Comments

Color spaces of #eedacc

RGB 238218204
HSL0.070.500.87
HSV25°14°93°
CMYK 0.000.080.14   0.07
XYZ71.230472.679667.4011
Yxy72.67960.33710.3439
Hunter Lab85.2523-0.050512.8015
CIE-Lab88.29474.61769.3676

#eedacc color RGB value is (238,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11001100
Octal 356 332 314
Decimal 238 218 204
Hex EE DA CC

RGB Percentages of Color #eedacc

%36.06
%33.03
%30.91

CMYK Percentages of Color #eedacc

%0
%8
%14
%7

Triadic Colors of #eedacc

#eedacc #cceeda #daccee

Analogous Colors of #eedacc

#eedacc #eeebcc #eecccf

Monochromatic Colors of #eedacc

#eedacc

Complementary Color

#eedacc #cce0ee

#eedacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedacc Color CSS Codes

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

#eedacc Text Font Color

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

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


#eedacc Background Color

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

This div background color is #eedacc


#eedacc Border Color

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

This div border color is #eedacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedacc


Comments

No comments written yet.

Please login to write comment.