Color Hex Logo

#edcdd0 Color Hex

#EDCDD0
(237,205,208)
0 Favorites   0 Comments

Color spaces of #edcdd0

RGB 237205208
HSL0.980.470.87
HSV354°14°93°
CMYK 0.000.140.12   0.07
XYZ68.141566.221268.8650
Yxy66.22120.33530.3258
Hunter Lab81.37647.06046.7892
CIE-Lab85.109111.68632.6501

#edcdd0 color RGB value is (237,205,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11010000
Octal 355 315 320
Decimal 237 205 208
Hex ED CD D0

RGB Percentages of Color #edcdd0

%36.46
%31.54
%32.00

CMYK Percentages of Color #edcdd0

%0
%14
%12
%7

Triadic Colors of #edcdd0

#edcdd0 #d0edcd #cdd0ed

Analogous Colors of #edcdd0

#edcdd0 #eddacd #edcde0

Monochromatic Colors of #edcdd0

#edcdd0

Complementary Color

#edcdd0 #cdedea

#edcdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdd0 Color CSS Codes

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

#edcdd0 Text Font Color

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

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


#edcdd0 Background Color

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

This div background color is #edcdd0


#edcdd0 Border Color

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

This div border color is #edcdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdd0


Comments

No comments written yet.

Please login to write comment.