Color Hex Logo

#edddc5 Color Hex

#EDDDC5
(237,221,197)
0 Favorites   0 Comments

Color spaces of #edddc5

RGB 237221197
HSL0.100.530.85
HSV36°17°93°
CMYK 0.000.070.17   0.07
XYZ70.859573.748663.3235
Yxy73.74860.34080.3547
Hunter Lab85.8770-2.999516.3950
CIE-Lab88.80351.634613.7540

#edddc5 color RGB value is (237,221,197).

#edddc5 hex color red value is 237, green value is 221 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #edddc5 hue: 0.10 , saturation: 0.53 and the lightness value of edddc5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11000101
Octal 355 335 305
Decimal 237 221 197
Hex ED DD C5

RGB Percentages of Color #edddc5

%36.18
%33.74
%30.08

CMYK Percentages of Color #edddc5

%0
%7
%17
%7

Triadic Colors of #edddc5

#edddc5 #c5eddd #ddc5ed

Analogous Colors of #edddc5

#edddc5 #e9edc5 #edc9c5

Monochromatic Colors of #edddc5

#edddc5

Complementary Color

#edddc5 #c5d5ed

#edddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddc5 Color CSS Codes

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

#edddc5 Text Font Color

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

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


#edddc5 Background Color

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

This div background color is #edddc5


#edddc5 Border Color

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

This div border color is #edddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddc5


Comments

No comments written yet.

Please login to write comment.