Color Hex Logo

#ede3df Color Hex

#EDE3DF
(237,227,223)
0 Favorites   0 Comments

Color spaces of #ede3df

RGB 237227223
HSL0.050.280.90
HSV17°93°
CMYK 0.000.040.06   0.07
XYZ75.713478.270480.9292
Yxy78.27040.32230.3332
Hunter Lab88.4706-2.06267.6934
CIE-Lab90.90322.70883.1491

#ede3df color RGB value is (237,227,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 11011111
Octal 355 343 337
Decimal 237 227 223
Hex ED E3 DF

RGB Percentages of Color #ede3df

%34.50
%33.04
%32.46

CMYK Percentages of Color #ede3df

%0
%4
%6
%7

Triadic Colors of #ede3df

#ede3df #dfede3 #e3dfed

Analogous Colors of #ede3df

#ede3df #edeadf #eddfe2

Monochromatic Colors of #ede3df

#ede3df

Complementary Color

#ede3df #dfe9ed

#ede3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede3df Color CSS Codes

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

#ede3df Text Font Color

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

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


#ede3df Background Color

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

This div background color is #ede3df


#ede3df Border Color

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

This div border color is #ede3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede3df


Comments

No comments written yet.

Please login to write comment.