Color Hex Logo

#eddfcd Color Hex

#EDDFCD
(237,223,205)
0 Favorites   0 Comments

Color spaces of #eddfcd

RGB 237223205
HSL0.090.470.87
HSV34°14°93°
CMYK 0.000.060.14   0.07
XYZ72.332275.187768.4580
Yxy75.18770.33490.3481
Hunter Lab86.7108-2.843413.8883
CIE-Lab89.48081.834510.5264

#eddfcd color RGB value is (237,223,205).

#eddfcd hex color red value is 237, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eddfcd hue: 0.09 , saturation: 0.47 and the lightness value of eddfcd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11001101
Octal 355 337 315
Decimal 237 223 205
Hex ED DF CD

RGB Percentages of Color #eddfcd

%35.64
%33.53
%30.83

CMYK Percentages of Color #eddfcd

%0
%6
%14
%7

Triadic Colors of #eddfcd

#eddfcd #cdeddf #dfcded

Analogous Colors of #eddfcd

#eddfcd #ebedcd #edcfcd

Monochromatic Colors of #eddfcd

#eddfcd

Complementary Color

#eddfcd #cddbed

#eddfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfcd Color CSS Codes

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

#eddfcd Text Font Color

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

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


#eddfcd Background Color

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

This div background color is #eddfcd


#eddfcd Border Color

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

This div border color is #eddfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfcd


Comments

No comments written yet.

Please login to write comment.