Color Hex Logo

#ede8cc Color Hex

#EDE8CC
(237,232,204)
0 Favorites   0 Comments

Color spaces of #ede8cc

RGB 237232204
HSL0.140.480.86
HSV51°14°93°
CMYK 0.000.020.14   0.07
XYZ74.680780.077468.6471
Yxy80.07740.33430.3584
Hunter Lab89.4860-7.632917.1572
CIE-Lab91.7196-2.927214.2287

#ede8cc color RGB value is (237,232,204).

#ede8cc hex color red value is 237, green value is 232 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ede8cc hue: 0.14 , saturation: 0.48 and the lightness value of ede8cc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 11001100
Octal 355 350 314
Decimal 237 232 204
Hex ED E8 CC

RGB Percentages of Color #ede8cc

%35.22
%34.47
%30.31

CMYK Percentages of Color #ede8cc

%0
%2
%14
%7

Triadic Colors of #ede8cc

#ede8cc #ccede8 #e8cced

Analogous Colors of #ede8cc

#ede8cc #e2edcc #edd8cc

Monochromatic Colors of #ede8cc

#ede8cc

Complementary Color

#ede8cc #ccd1ed

#ede8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede8cc Color CSS Codes

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

#ede8cc Text Font Color

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

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


#ede8cc Background Color

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

This div background color is #ede8cc


#ede8cc Border Color

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

This div border color is #ede8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede8cc


Comments

No comments written yet.

Please login to write comment.