Color Hex Logo

#eedfdd Color Hex

#EEDFDD
(238,223,221)
0 Favorites   0 Comments

Color spaces of #eedfdd

RGB 238223221
HSL0.020.330.90
HSV93°
CMYK 0.000.060.07   0.07
XYZ74.698776.173079.1724
Yxy76.17300.32470.3311
Hunter Lab87.27710.03947.3098
CIE-Lab89.93964.78212.8083

#eedfdd color RGB value is (238,223,221).

#eedfdd hex color red value is 238, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eedfdd hue: 0.02 , saturation: 0.33 and the lightness value of eedfdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11011101
Octal 356 337 335
Decimal 238 223 221
Hex EE DF DD

RGB Percentages of Color #eedfdd

%34.90
%32.70
%32.40

CMYK Percentages of Color #eedfdd

%0
%6
%7
%7

Triadic Colors of #eedfdd

#eedfdd #ddeedf #dfddee

Analogous Colors of #eedfdd

#eedfdd #eee8dd #eedde4

Monochromatic Colors of #eedfdd

#eedfdd

Complementary Color

#eedfdd #ddecee

#eedfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfdd Color CSS Codes

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

#eedfdd Text Font Color

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

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


#eedfdd Background Color

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

This div background color is #eedfdd


#eedfdd Border Color

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

This div border color is #eedfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfdd


Comments

No comments written yet.

Please login to write comment.