Color Hex Logo

#edecce Color Hex

#EDECCE
(237,236,206)
0 Favorites   0 Comments

Color spaces of #edecce

RGB 237236206
HSL0.160.460.87
HSV58°13°93°
CMYK 0.000.000.13   0.07
XYZ76.061182.451770.2984
Yxy82.45170.33240.3603
Hunter Lab90.8029-9.384517.6605
CIE-Lab92.7739-4.646114.6822

#edecce color RGB value is (237,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11001110
Octal 355 354 316
Decimal 237 236 206
Hex ED EC CE

RGB Percentages of Color #edecce

%34.90
%34.76
%30.34

CMYK Percentages of Color #edecce

%0
%0
%13
%7

Triadic Colors of #edecce

#edecce #ceedec #ecceed

Analogous Colors of #edecce

#edecce #dfedce #edddce

Monochromatic Colors of #edecce

#edecce

Complementary Color

#edecce #cecfed

#edecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecce Color CSS Codes

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

#edecce Text Font Color

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

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


#edecce Background Color

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

This div background color is #edecce


#edecce Border Color

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

This div border color is #edecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecce


Comments

No comments written yet.

Please login to write comment.