Color Hex Logo

#eedbdc Color Hex

#EEDBDC
(238,219,220)
0 Favorites   0 Comments

Color spaces of #eedbdc

RGB 238219220
HSL0.990.360.90
HSV357°93°
CMYK 0.000.080.08   0.07
XYZ73.509774.007578.1206
Yxy74.00750.32580.3280
Hunter Lab86.02761.97816.3788
CIE-Lab88.92606.68971.8607

#eedbdc color RGB value is (238,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11011100
Octal 356 333 334
Decimal 238 219 220
Hex EE DB DC

RGB Percentages of Color #eedbdc

%35.16
%32.35
%32.50

CMYK Percentages of Color #eedbdc

%0
%8
%8
%7

Triadic Colors of #eedbdc

#eedbdc #dceedb #dbdcee

Analogous Colors of #eedbdc

#eedbdc #eee4db #eedbe6

Monochromatic Colors of #eedbdc

#eedbdc

Complementary Color

#eedbdc #dbeeed

#eedbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbdc Color CSS Codes

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

#eedbdc Text Font Color

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

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


#eedbdc Background Color

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

This div background color is #eedbdc


#eedbdc Border Color

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

This div border color is #eedbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbdc

#eedbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.