Color Hex Logo

#ede5ed Color Hex

#EDE5ED
(237,229,237)
0 Favorites   0 Comments

Color spaces of #ede5ed

RGB 237229237
HSL0.830.180.91
HSV300°93°
CMYK 0.000.030.00   0.07
XYZ78.230480.157691.4695
Yxy80.15760.31310.3208
Hunter Lab89.5308-0.70872.0977
CIE-Lab91.75554.1150-2.9277

#ede5ed color RGB value is (237,229,237).

#ede5ed hex color red value is 237, green value is 229 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ede5ed hue: 0.83 , saturation: 0.18 and the lightness value of ede5ed is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 11101101
Octal 355 345 355
Decimal 237 229 237
Hex ED E5 ED

RGB Percentages of Color #ede5ed

%33.71
%32.57
%33.71

CMYK Percentages of Color #ede5ed

%0
%3
%0
%7

Triadic Colors of #ede5ed

#ede5ed #edede5 #e5eded

Analogous Colors of #ede5ed

#ede5ed #ede5e9 #e9e5ed

Monochromatic Colors of #ede5ed

#ede5ed

Complementary Color

#ede5ed #e5ede5

#ede5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede5ed Color CSS Codes

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

#ede5ed Text Font Color

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

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


#ede5ed Background Color

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

This div background color is #ede5ed


#ede5ed Border Color

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

This div border color is #ede5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede5ed


Comments

No comments written yet.

Please login to write comment.