Color Hex Logo

#edecdd Color Hex

#EDECDD
(237,236,221)
1 Favorites   0 Comments

Color spaces of #edecdd

RGB 237236221
HSL0.160.310.90
HSV56°93°
CMYK 0.000.000.07   0.07
XYZ77.971683.215980.3593
Yxy83.21590.32280.3445
Hunter Lab91.2227-7.069011.6266
CIE-Lab93.1089-2.23567.3783

#edecdd color RGB value is (237,236,221).

#edecdd hex color red value is 237, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #edecdd hue: 0.16 , saturation: 0.31 and the lightness value of edecdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11011101
Octal 355 354 335
Decimal 237 236 221
Hex ED EC DD

RGB Percentages of Color #edecdd

%34.15
%34.01
%31.84

CMYK Percentages of Color #edecdd

%0
%0
%7
%7

Triadic Colors of #edecdd

#edecdd #ddedec #ecdded

Analogous Colors of #edecdd

#edecdd #e6eddd #ede4dd

Monochromatic Colors of #edecdd

#edecdd

Complementary Color

#edecdd #dddeed

#edecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecdd Color CSS Codes

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

#edecdd Text Font Color

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

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


#edecdd Background Color

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

This div background color is #edecdd


#edecdd Border Color

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

This div border color is #edecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecdd

#edecdd Color Palettes


Comments

No comments written yet.

Please login to write comment.