Color Hex Logo

#ede9cc Color Hex

#EDE9CC
(237,233,204)
0 Favorites   0 Comments

Color spaces of #ede9cc

RGB 237233204
HSL0.150.480.86
HSV53°14°93°
CMYK 0.000.020.14   0.07
XYZ74.963080.642068.7412
Yxy80.64200.33410.3595
Hunter Lab89.8009-8.145317.4750
CIE-Lab91.9722-3.435314.5859

#ede9cc color RGB value is (237,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 11001100
Octal 355 351 314
Decimal 237 233 204
Hex ED E9 CC

RGB Percentages of Color #ede9cc

%35.16
%34.57
%30.27

CMYK Percentages of Color #ede9cc

%0
%2
%14
%7

Triadic Colors of #ede9cc

#ede9cc #ccede9 #e9cced

Analogous Colors of #ede9cc

#ede9cc #e1edcc #edd9cc

Monochromatic Colors of #ede9cc

#ede9cc

Complementary Color

#ede9cc #ccd0ed

#ede9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede9cc Color CSS Codes

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

#ede9cc Text Font Color

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

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


#ede9cc Background Color

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

This div background color is #ede9cc


#ede9cc Border Color

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

This div border color is #ede9cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,233,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 #ede9cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede9cc


Comments

No comments written yet.

Please login to write comment.