Color Hex Logo

#ede4dc Color Hex

#EDE4DC
(237,228,220)
0 Favorites   0 Comments

Color spaces of #ede4dc

RGB 237228220
HSL0.080.320.90
HSV28°93°
CMYK 0.000.040.07   0.07
XYZ75.586778.658678.9089
Yxy78.65860.32420.3374
Hunter Lab88.6897-3.07859.3313
CIE-Lab91.07961.68964.9735

#ede4dc color RGB value is (237,228,220).

#ede4dc hex color red value is 237, green value is 228 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ede4dc hue: 0.08 , saturation: 0.32 and the lightness value of ede4dc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 11011100
Octal 355 344 334
Decimal 237 228 220
Hex ED E4 DC

RGB Percentages of Color #ede4dc

%34.60
%33.28
%32.12

CMYK Percentages of Color #ede4dc

%0
%4
%7
%7

Triadic Colors of #ede4dc

#ede4dc #dcede4 #e4dced

Analogous Colors of #ede4dc

#ede4dc #ededdc #eddcdd

Monochromatic Colors of #ede4dc

#ede4dc

Complementary Color

#ede4dc #dce5ed

#ede4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede4dc Color CSS Codes

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

#ede4dc Text Font Color

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

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


#ede4dc Background Color

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

This div background color is #ede4dc


#ede4dc Border Color

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

This div border color is #ede4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede4dc


Comments

No comments written yet.

Please login to write comment.