Color Hex Logo

#eddfdb Color Hex

#EDDFDB
(237,223,219)
0 Favorites   0 Comments

Color spaces of #eddfdb

RGB 237223219
HSL0.040.330.89
HSV13°93°
CMYK 0.000.060.08   0.07
XYZ74.098975.894477.7615
Yxy75.89440.32530.3332
Hunter Lab87.1174-0.62988.0596
CIE-Lab89.81034.10123.6601

#eddfdb color RGB value is (237,223,219).

#eddfdb hex color red value is 237, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eddfdb hue: 0.04 , saturation: 0.33 and the lightness value of eddfdb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11011011
Octal 355 337 333
Decimal 237 223 219
Hex ED DF DB

RGB Percentages of Color #eddfdb

%34.90
%32.84
%32.25

CMYK Percentages of Color #eddfdb

%0
%6
%8
%7

Triadic Colors of #eddfdb

#eddfdb #dbeddf #dfdbed

Analogous Colors of #eddfdb

#eddfdb #ede8db #eddbe0

Monochromatic Colors of #eddfdb

#eddfdb

Complementary Color

#eddfdb #dbe9ed

#eddfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfdb Color CSS Codes

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

#eddfdb Text Font Color

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

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


#eddfdb Background Color

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

This div background color is #eddfdb


#eddfdb Border Color

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

This div border color is #eddfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfdb


Comments

No comments written yet.

Please login to write comment.