Color Hex Logo

#edddda Color Hex

#EDDDDA
(237,221,218)
0 Favorites   0 Comments

Color spaces of #edddda

RGB 237221218
HSL0.030.350.89
HSV93°
CMYK 0.000.070.08   0.07
XYZ73.436474.779476.8930
Yxy74.77940.32620.3322
Hunter Lab86.47510.25447.8123
CIE-Lab89.28964.97023.4303

#edddda color RGB value is (237,221,218).

#edddda hex color red value is 237, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edddda hue: 0.03 , saturation: 0.35 and the lightness value of edddda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11011010
Octal 355 335 332
Decimal 237 221 218
Hex ED DD DA

RGB Percentages of Color #edddda

%35.06
%32.69
%32.25

CMYK Percentages of Color #edddda

%0
%7
%8
%7

Triadic Colors of #edddda

#edddda #daeddd #dddaed

Analogous Colors of #edddda

#edddda #ede7da #eddae1

Monochromatic Colors of #edddda

#edddda

Complementary Color

#edddda #daeaed

#edddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddda Color CSS Codes

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

#edddda Text Font Color

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

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


#edddda Background Color

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

This div background color is #edddda


#edddda Border Color

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

This div border color is #edddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddda

#edddda Color Palettes


Comments

No comments written yet.

Please login to write comment.