Color Hex Logo

#edecdc Color Hex

#EDECDC
(237,236,220)
0 Favorites   0 Comments

Color spaces of #edecdc

RGB 237236220
HSL0.160.320.90
HSV56°93°
CMYK 0.000.000.07   0.07
XYZ77.838883.162779.6596
Yxy83.16270.32340.3456
Hunter Lab91.1936-7.229112.0444
CIE-Lab93.0856-2.40137.8643

#edecdc color RGB value is (237,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11011100
Octal 355 354 334
Decimal 237 236 220
Hex ED EC DC

RGB Percentages of Color #edecdc

%34.20
%34.05
%31.75

CMYK Percentages of Color #edecdc

%0
%0
%7
%7

Triadic Colors of #edecdc

#edecdc #dcedec #ecdced

Analogous Colors of #edecdc

#edecdc #e6eddc #ede4dc

Monochromatic Colors of #edecdc

#edecdc

Complementary Color

#edecdc #dcdded

#edecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecdc Color CSS Codes

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

#edecdc Text Font Color

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

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


#edecdc Background Color

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

This div background color is #edecdc


#edecdc Border Color

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

This div border color is #edecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecdc

#edecdc Color Palettes


Comments

No comments written yet.

Please login to write comment.