Color Hex Logo

#eedfd4 Color Hex

#EEDFD4
(238,223,212)
0 Favorites   0 Comments

Color spaces of #eedfd4

RGB 238223212
HSL0.070.430.88
HSV25°11°93°
CMYK 0.000.060.11   0.07
XYZ73.531275.706073.0246
Yxy75.70600.33080.3406
Hunter Lab87.0092-1.416311.1459
CIE-Lab89.72273.30077.2153

#eedfd4 color RGB value is (238,223,212).

#eedfd4 hex color red value is 238, green value is 223 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eedfd4 hue: 0.07 , saturation: 0.43 and the lightness value of eedfd4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11010100
Octal 356 337 324
Decimal 238 223 212
Hex EE DF D4

RGB Percentages of Color #eedfd4

%35.36
%33.14
%31.50

CMYK Percentages of Color #eedfd4

%0
%6
%11
%7

Triadic Colors of #eedfd4

#eedfd4 #d4eedf #dfd4ee

Analogous Colors of #eedfd4

#eedfd4 #eeecd4 #eed4d6

Monochromatic Colors of #eedfd4

#eedfd4

Complementary Color

#eedfd4 #d4e3ee

#eedfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfd4 Color CSS Codes

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

#eedfd4 Text Font Color

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

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


#eedfd4 Background Color

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

This div background color is #eedfd4


#eedfd4 Border Color

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

This div border color is #eedfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfd4

#eedfd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.