Color Hex Logo

#edcddb Color Hex

#EDCDDB
(237,205,219)
0 Favorites   0 Comments

Color spaces of #edcddb

RGB 237205219
HSL0.930.470.87
HSV334°14°93°
CMYK 0.000.140.08   0.07
XYZ69.542666.781676.2427
Yxy66.78160.32720.3142
Hunter Lab81.72008.89101.8879
CIE-Lab85.393513.5067-2.7835

#edcddb color RGB value is (237,205,219).

#edcddb hex color red value is 237, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edcddb hue: 0.93 , saturation: 0.47 and the lightness value of edcddb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11011011
Octal 355 315 333
Decimal 237 205 219
Hex ED CD DB

RGB Percentages of Color #edcddb

%35.85
%31.01
%33.13

CMYK Percentages of Color #edcddb

%0
%14
%8
%7

Triadic Colors of #edcddb

#edcddb #dbedcd #cddbed

Analogous Colors of #edcddb

#edcddb #edcfcd #edcdeb

Monochromatic Colors of #edcddb

#edcddb

Complementary Color

#edcddb #cdeddf

#edcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcddb Color CSS Codes

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

#edcddb Text Font Color

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

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


#edcddb Background Color

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

This div background color is #edcddb


#edcddb Border Color

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

This div border color is #edcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcddb


Comments

No comments written yet.

Please login to write comment.