Color Hex Logo

#eddbdf Color Hex

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

Color spaces of #eddbdf

RGB 237219223
HSL0.960.330.89
HSV347°93°
CMYK 0.000.080.06   0.07
XYZ73.575973.995380.2167
Yxy73.99530.32300.3248
Hunter Lab86.02052.14044.9247
CIE-Lab88.92036.85230.2635

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

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

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

Base Numbers

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

RGB Percentages of Color #eddbdf

%34.90
%32.25
%32.84

CMYK Percentages of Color #eddbdf

%0
%8
%6
%7

Triadic Colors of #eddbdf

#eddbdf #dfeddb #dbdfed

Analogous Colors of #eddbdf

#eddbdf #ede0db #eddbe8

Monochromatic Colors of #eddbdf

#eddbdf

Complementary Color

#eddbdf #dbede9

#eddbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbdf Color CSS Codes

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

#eddbdf Text Font Color

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

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


#eddbdf Background Color

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

This div background color is #eddbdf


#eddbdf Border Color

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

This div border color is #eddbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbdf

#eddbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.