Color Hex Logo

#eedbdd Color Hex

#EEDBDD
(238,219,221)
0 Favorites   0 Comments

Color spaces of #eedbdd

RGB 238219221
HSL0.980.360.90
HSV354°93°
CMYK 0.000.080.07   0.07
XYZ73.642674.060678.8204
Yxy74.06060.32510.3269
Hunter Lab86.05852.14505.9376
CIE-Lab88.95116.85801.3709

#eedbdd color RGB value is (238,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11011101
Octal 356 333 335
Decimal 238 219 221
Hex EE DB DD

RGB Percentages of Color #eedbdd

%35.10
%32.30
%32.60

CMYK Percentages of Color #eedbdd

%0
%8
%7
%7

Triadic Colors of #eedbdd

#eedbdd #ddeedb #dbddee

Analogous Colors of #eedbdd

#eedbdd #eee3db #eedbe7

Monochromatic Colors of #eedbdd

#eedbdd

Complementary Color

#eedbdd #dbeeec

#eedbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbdd Color CSS Codes

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

#eedbdd Text Font Color

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

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


#eedbdd Background Color

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

This div background color is #eedbdd


#eedbdd Border Color

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

This div border color is #eedbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbdd


Comments

No comments written yet.

Please login to write comment.