Color Hex Logo

#eddfdd Color Hex

#EDDFDD
(237,223,221)
0 Favorites   0 Comments

Color spaces of #eddfdd

RGB 237223221
HSL0.020.310.90
HSV93°
CMYK 0.000.060.07   0.07
XYZ74.363976.000379.1567
Yxy76.00030.32400.3311
Hunter Lab87.1782-0.29937.1901
CIE-Lab89.85954.43712.6820

#eddfdd color RGB value is (237,223,221).

#eddfdd hex color red value is 237, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eddfdd hue: 0.02 , saturation: 0.31 and the lightness value of eddfdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11011101
Octal 355 337 335
Decimal 237 223 221
Hex ED DF DD

RGB Percentages of Color #eddfdd

%34.80
%32.75
%32.45

CMYK Percentages of Color #eddfdd

%0
%6
%7
%7

Triadic Colors of #eddfdd

#eddfdd #ddeddf #dfdded

Analogous Colors of #eddfdd

#eddfdd #ede7dd #eddde3

Monochromatic Colors of #eddfdd

#eddfdd

Complementary Color

#eddfdd #ddebed

#eddfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfdd Color CSS Codes

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

#eddfdd Text Font Color

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

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


#eddfdd Background Color

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

This div background color is #eddfdd


#eddfdd Border Color

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

This div border color is #eddfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfdd


Comments

No comments written yet.

Please login to write comment.