Color Hex Logo

#eddfe9 Color Hex

#EDDFE9
(237,223,233)
0 Favorites   0 Comments

Color spaces of #eddfe9

RGB 237223233
HSL0.880.280.90
HSV317°93°
CMYK 0.000.060.02   0.07
XYZ76.020776.663187.8815
Yxy76.66310.31600.3187
Hunter Lab87.55751.75491.7808
CIE-Lab90.16636.5110-3.1672

#eddfe9 color RGB value is (237,223,233).

#eddfe9 hex color red value is 237, green value is 223 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #eddfe9 hue: 0.88 , saturation: 0.28 and the lightness value of eddfe9 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11101001
Octal 355 337 351
Decimal 237 223 233
Hex ED DF E9

RGB Percentages of Color #eddfe9

%34.20
%32.18
%33.62

CMYK Percentages of Color #eddfe9

%0
%6
%2
%7

Triadic Colors of #eddfe9

#eddfe9 #e9eddf #dfe9ed

Analogous Colors of #eddfe9

#eddfe9 #eddfe2 #eadfed

Monochromatic Colors of #eddfe9

#eddfe9

Complementary Color

#eddfe9 #dfede3

#eddfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfe9 Color CSS Codes

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

#eddfe9 Text Font Color

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

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


#eddfe9 Background Color

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

This div background color is #eddfe9


#eddfe9 Border Color

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

This div border color is #eddfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfe9

#eddfe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.