Color Hex Logo

#edecd6 Color Hex

#EDECD6
(237,236,214)
0 Favorites   0 Comments

Color spaces of #edecd6

RGB 237236214
HSL0.160.390.88
HSV57°10°93°
CMYK 0.000.000.10   0.07
XYZ77.058182.850575.5487
Yxy82.85050.32730.3519
Hunter Lab91.0223-8.173514.5047
CIE-Lab92.9489-3.381410.7836

#edecd6 color RGB value is (237,236,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11010110
Octal 355 354 326
Decimal 237 236 214
Hex ED EC D6

RGB Percentages of Color #edecd6

%34.50
%34.35
%31.15

CMYK Percentages of Color #edecd6

%0
%0
%10
%7

Triadic Colors of #edecd6

#edecd6 #d6edec #ecd6ed

Analogous Colors of #edecd6

#edecd6 #e3edd6 #ede1d6

Monochromatic Colors of #edecd6

#edecd6

Complementary Color

#edecd6 #d6d7ed

#edecd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecd6 Color CSS Codes

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

#edecd6 Text Font Color

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

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


#edecd6 Background Color

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

This div background color is #edecd6


#edecd6 Border Color

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

This div border color is #edecd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecd6


Comments

No comments written yet.

Please login to write comment.