Color Hex Logo

#eddcdb Color Hex

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

Color spaces of #eddcdb

RGB 237220219
HSL0.010.330.89
HSV93°
CMYK 0.000.070.08   0.07
XYZ73.304474.305477.4966
Yxy74.30540.32560.3301
Hunter Lab86.20060.94427.0371
CIE-Lab89.06665.65602.5811

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

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

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

Base Numbers

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

RGB Percentages of Color #eddcdb

%35.06
%32.54
%32.40

CMYK Percentages of Color #eddcdb

%0
%7
%8
%7

Triadic Colors of #eddcdb

#eddcdb #dbeddc #dcdbed

Analogous Colors of #eddcdb

#eddcdb #ede5db #eddbe3

Monochromatic Colors of #eddcdb

#eddcdb

Complementary Color

#eddcdb #dbeced

#eddcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcdb Color CSS Codes

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

#eddcdb Text Font Color

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

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


#eddcdb Background Color

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

This div background color is #eddcdb


#eddcdb Border Color

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

This div border color is #eddcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcdb


Comments

No comments written yet.

Please login to write comment.