Color Hex Logo

#edddd7 Color Hex

#EDDDD7
(237,221,215)
0 Favorites   0 Comments

Color spaces of #edddd7

RGB 237221215
HSL0.050.380.89
HSV16°93°
CMYK 0.000.070.09   0.07
XYZ73.047274.623774.8438
Yxy74.62370.32830.3354
Hunter Lab86.3850-0.23419.1008
CIE-Lab89.21644.47344.9007

#edddd7 color RGB value is (237,221,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11010111
Octal 355 335 327
Decimal 237 221 215
Hex ED DD D7

RGB Percentages of Color #edddd7

%35.22
%32.84
%31.95

CMYK Percentages of Color #edddd7

%0
%7
%9
%7

Triadic Colors of #edddd7

#edddd7 #d7eddd #ddd7ed

Analogous Colors of #edddd7

#edddd7 #ede8d7 #edd7dc

Monochromatic Colors of #edddd7

#edddd7

Complementary Color

#edddd7 #d7e7ed

#edddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddd7 Color CSS Codes

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

#edddd7 Text Font Color

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

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


#edddd7 Background Color

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

This div background color is #edddd7


#edddd7 Border Color

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

This div border color is #edddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddd7

#edddd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.