Color Hex Logo

#edcdd4 Color Hex

#EDCDD4
(237,205,212)
0 Favorites   0 Comments

Color spaces of #edcdd4

RGB 237205212
HSL0.960.470.87
HSV347°14°93°
CMYK 0.000.140.11   0.07
XYZ68.640066.420671.4901
Yxy66.42060.33230.3216
Hunter Lab81.49887.71345.0405
CIE-Lab85.210512.33790.6707

#edcdd4 color RGB value is (237,205,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11010100
Octal 355 315 324
Decimal 237 205 212
Hex ED CD D4

RGB Percentages of Color #edcdd4

%36.24
%31.35
%32.42

CMYK Percentages of Color #edcdd4

%0
%14
%11
%7

Triadic Colors of #edcdd4

#edcdd4 #d4edcd #cdd4ed

Analogous Colors of #edcdd4

#edcdd4 #edd6cd #edcde4

Monochromatic Colors of #edcdd4

#edcdd4

Complementary Color

#edcdd4 #cdede6

#edcdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdd4 Color CSS Codes

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

#edcdd4 Text Font Color

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

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


#edcdd4 Background Color

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

This div background color is #edcdd4


#edcdd4 Border Color

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

This div border color is #edcdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdd4


Comments

No comments written yet.

Please login to write comment.