Color Hex Logo

#eddddc Color Hex

#EDDDDC
(237,221,220)
0 Favorites   0 Comments

Color spaces of #eddddc

RGB 237221220
HSL0.010.320.90
HSV93°
CMYK 0.000.070.07   0.07
XYZ73.699874.884778.2799
Yxy74.88470.32490.3301
Hunter Lab86.53590.58466.9418
CIE-Lab89.33905.30512.4511

#eddddc color RGB value is (237,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11011100
Octal 355 335 334
Decimal 237 221 220
Hex ED DD DC

RGB Percentages of Color #eddddc

%34.96
%32.60
%32.45

CMYK Percentages of Color #eddddc

%0
%7
%7
%7

Triadic Colors of #eddddc

#eddddc #dceddd #dddced

Analogous Colors of #eddddc

#eddddc #ede6dc #eddce4

Monochromatic Colors of #eddddc

#eddddc

Complementary Color

#eddddc #dceced

#eddddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddddc Color CSS Codes

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

#eddddc Text Font Color

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

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


#eddddc Background Color

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

This div background color is #eddddc


#eddddc Border Color

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

This div border color is #eddddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddddc


Comments

No comments written yet.

Please login to write comment.