Color Hex Logo

#eddfc8 Color Hex

#EDDFC8
(237,223,200)
0 Favorites   0 Comments

Color spaces of #eddfc8

RGB 237223200
HSL0.100.510.86
HSV37°16°93°
CMYK 0.000.060.16   0.07
XYZ71.738174.950065.3294
Yxy74.95000.33840.3535
Hunter Lab86.5737-3.592315.8607
CIE-Lab89.36961.060912.9855

#eddfc8 color RGB value is (237,223,200).

#eddfc8 hex color red value is 237, green value is 223 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #eddfc8 hue: 0.10 , saturation: 0.51 and the lightness value of eddfc8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11001000
Octal 355 337 310
Decimal 237 223 200
Hex ED DF C8

RGB Percentages of Color #eddfc8

%35.91
%33.79
%30.30

CMYK Percentages of Color #eddfc8

%0
%6
%16
%7

Triadic Colors of #eddfc8

#eddfc8 #c8eddf #dfc8ed

Analogous Colors of #eddfc8

#eddfc8 #e9edc8 #edcdc8

Monochromatic Colors of #eddfc8

#eddfc8

Complementary Color

#eddfc8 #c8d6ed

#eddfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfc8 Color CSS Codes

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

#eddfc8 Text Font Color

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

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


#eddfc8 Background Color

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

This div background color is #eddfc8


#eddfc8 Border Color

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

This div border color is #eddfc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfc8


Comments

No comments written yet.

Please login to write comment.