Color Hex Logo

#edccd0 Color Hex

#EDCCD0
(237,204,208)
0 Favorites   0 Comments

Color spaces of #edccd0

RGB 237204208
HSL0.980.480.86
HSV353°14°93°
CMYK 0.000.140.12   0.07
XYZ67.903165.744368.7856
Yxy65.74430.33540.3248
Hunter Lab81.08297.59046.4601
CIE-Lab84.865812.21252.2966

#edccd0 color RGB value is (237,204,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11010000
Octal 355 314 320
Decimal 237 204 208
Hex ED CC D0

RGB Percentages of Color #edccd0

%36.52
%31.43
%32.05

CMYK Percentages of Color #edccd0

%0
%14
%12
%7

Triadic Colors of #edccd0

#edccd0 #d0edcc #ccd0ed

Analogous Colors of #edccd0

#edccd0 #edd9cc #edcce1

Monochromatic Colors of #edccd0

#edccd0

Complementary Color

#edccd0 #ccede9

#edccd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccd0 Color CSS Codes

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

#edccd0 Text Font Color

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

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


#edccd0 Background Color

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

This div background color is #edccd0


#edccd0 Border Color

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

This div border color is #edccd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccd0


Comments

No comments written yet.

Please login to write comment.