Color Hex Logo

#ede3cc Color Hex

#EDE3CC
(237,227,204)
0 Favorites   0 Comments

Color spaces of #ede3cc

RGB 237227204
HSL0.120.480.86
HSV42°14°93°
CMYK 0.000.040.14   0.07
XYZ73.293277.302368.1846
Yxy77.30230.33500.3533
Hunter Lab87.9217-5.062115.5649
CIE-Lab90.4606-0.375712.4440

#ede3cc color RGB value is (237,227,204).

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

The process color (four color CMYK) of #ede3cc color hex is 0.00, 0.04, 0.14, 0.07. Web safe color of #ede3cc is #ffcccc. Color #ede3cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 11001100
Octal 355 343 314
Decimal 237 227 204
Hex ED E3 CC

RGB Percentages of Color #ede3cc

%35.48
%33.98
%30.54

CMYK Percentages of Color #ede3cc

%0
%4
%14
%7

Triadic Colors of #ede3cc

#ede3cc #ccede3 #e3cced

Analogous Colors of #ede3cc

#ede3cc #e7edcc #edd3cc

Monochromatic Colors of #ede3cc

#ede3cc

Complementary Color

#ede3cc #ccd6ed

#ede3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede3cc Color CSS Codes

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

#ede3cc Text Font Color

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

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


#ede3cc Background Color

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

This div background color is #ede3cc


#ede3cc Border Color

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

This div border color is #ede3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede3cc

#ede3cc Color Palettes


Comments

No comments written yet.

Please login to write comment.