Color Hex Logo

#eedfe4 Color Hex

#EEDFE4
(238,223,228)
0 Favorites   0 Comments

Color spaces of #eedfe4

RGB 238223228
HSL0.940.310.90
HSV340°93°
CMYK 0.000.060.04   0.07
XYZ75.651276.553984.1879
Yxy76.55390.32000.3238
Hunter Lab87.49511.22074.1976
CIE-Lab90.11595.9752-0.6080

#eedfe4 color RGB value is (238,223,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11100100
Octal 356 337 344
Decimal 238 223 228
Hex EE DF E4

RGB Percentages of Color #eedfe4

%34.54
%32.37
%33.09

CMYK Percentages of Color #eedfe4

%0
%6
%4
%7

Triadic Colors of #eedfe4

#eedfe4 #e4eedf #dfe4ee

Analogous Colors of #eedfe4

#eedfe4 #eee2df #eedfec

Monochromatic Colors of #eedfe4

#eedfe4

Complementary Color

#eedfe4 #dfeee9

#eedfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfe4 Color CSS Codes

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

#eedfe4 Text Font Color

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

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


#eedfe4 Background Color

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

This div background color is #eedfe4


#eedfe4 Border Color

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

This div border color is #eedfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfe4


Comments

No comments written yet.

Please login to write comment.