Color Hex Logo

#eddbdc Color Hex

#EDDBDC
(237,219,220)
0 Favorites   0 Comments

Color spaces of #eddbdc

RGB 237219220
HSL0.990.330.89
HSV357°93°
CMYK 0.000.080.07   0.07
XYZ73.174873.834978.1050
Yxy73.83490.32510.3280
Hunter Lab85.92721.63626.2564
CIE-Lab88.84446.34351.7319

#eddbdc color RGB value is (237,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11011100
Octal 355 333 334
Decimal 237 219 220
Hex ED DB DC

RGB Percentages of Color #eddbdc

%35.06
%32.40
%32.54

CMYK Percentages of Color #eddbdc

%0
%8
%7
%7

Triadic Colors of #eddbdc

#eddbdc #dceddb #dbdced

Analogous Colors of #eddbdc

#eddbdc #ede3db #eddbe5

Monochromatic Colors of #eddbdc

#eddbdc

Complementary Color

#eddbdc #dbedec

#eddbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbdc Color CSS Codes

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

#eddbdc Text Font Color

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

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


#eddbdc Background Color

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

This div background color is #eddbdc


#eddbdc Border Color

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

This div border color is #eddbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbdc


Comments

No comments written yet.

Please login to write comment.