Color Hex Logo

#edecc6 Color Hex

#EDECC6
(237,236,198)
0 Favorites   0 Comments

Color spaces of #edecc6

RGB 237236198
HSL0.160.520.85
HSV58°16°93°
CMYK 0.000.000.16   0.07
XYZ75.113582.072665.3088
Yxy82.07260.33760.3689
Hunter Lab90.5939-10.540920.6738
CIE-Lab92.6069-5.862318.5848

#edecc6 color RGB value is (237,236,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11000110
Octal 355 354 306
Decimal 237 236 198
Hex ED EC C6

RGB Percentages of Color #edecc6

%35.32
%35.17
%29.51

CMYK Percentages of Color #edecc6

%0
%0
%16
%7

Triadic Colors of #edecc6

#edecc6 #c6edec #ecc6ed

Analogous Colors of #edecc6

#edecc6 #dbedc6 #edd9c6

Monochromatic Colors of #edecc6

#edecc6

Complementary Color

#edecc6 #c6c7ed

#edecc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecc6 Color CSS Codes

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

#edecc6 Text Font Color

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

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


#edecc6 Background Color

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

This div background color is #edecc6


#edecc6 Border Color

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

This div border color is #edecc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecc6


Comments

No comments written yet.

Please login to write comment.