Color Hex Logo

#edcdd1 Color Hex

#EDCDD1
(237,205,209)
0 Favorites   0 Comments

Color spaces of #edcdd1

RGB 237205209
HSL0.980.470.87
HSV353°14°93°
CMYK 0.000.140.12   0.07
XYZ68.265066.270669.5152
Yxy66.27060.33450.3248
Hunter Lab81.40687.22236.3556
CIE-Lab85.134311.84812.1548

#edcdd1 color RGB value is (237,205,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11010001
Octal 355 315 321
Decimal 237 205 209
Hex ED CD D1

RGB Percentages of Color #edcdd1

%36.41
%31.49
%32.10

CMYK Percentages of Color #edcdd1

%0
%14
%12
%7

Triadic Colors of #edcdd1

#edcdd1 #d1edcd #cdd1ed

Analogous Colors of #edcdd1

#edcdd1 #edd9cd #edcde1

Monochromatic Colors of #edcdd1

#edcdd1

Complementary Color

#edcdd1 #cdede9

#edcdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdd1 Color CSS Codes

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

#edcdd1 Text Font Color

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

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


#edcdd1 Background Color

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

This div background color is #edcdd1


#edcdd1 Border Color

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

This div border color is #edcdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdd1


Comments

No comments written yet.

Please login to write comment.