Color Hex Logo

#eedbdf Color Hex

#EEDBDF
(238,219,223)
0 Favorites   0 Comments

Color spaces of #eedbdf

RGB 238219223
HSL0.960.360.90
HSV347°93°
CMYK 0.000.080.06   0.07
XYZ73.910774.167980.2324
Yxy74.16790.32370.3249
Hunter Lab86.12082.48115.0484
CIE-Lab89.00187.19630.3923

#eedbdf color RGB value is (238,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11011111
Octal 356 333 337
Decimal 238 219 223
Hex EE DB DF

RGB Percentages of Color #eedbdf

%35.00
%32.21
%32.79

CMYK Percentages of Color #eedbdf

%0
%8
%6
%7

Triadic Colors of #eedbdf

#eedbdf #dfeedb #dbdfee

Analogous Colors of #eedbdf

#eedbdf #eee1db #eedbe9

Monochromatic Colors of #eedbdf

#eedbdf

Complementary Color

#eedbdf #dbeeea

#eedbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbdf Color CSS Codes

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

#eedbdf Text Font Color

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

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


#eedbdf Background Color

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

This div background color is #eedbdf


#eedbdf Border Color

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

This div border color is #eedbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #eedbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbdf

#eedbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.