Color Hex Logo

#eccdd5 Color Hex

#ECCDD5
(236,205,213)
0 Favorites   0 Comments

Color spaces of #eccdd5

RGB 236205213
HSL0.960.450.86
HSV345°13°93°
CMYK 0.000.130.10   0.07
XYZ68.433666.299672.1411
Yxy66.29960.33080.3205
Hunter Lab81.42467.52804.4670
CIE-Lab85.149012.15280.0386

#eccdd5 color RGB value is (236,205,213).

#eccdd5 hex color red value is 236, green value is 205 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #eccdd5 hue: 0.96 , saturation: 0.45 and the lightness value of eccdd5 is 0.86.

The process color (four color CMYK) of #eccdd5 color hex is 0.00, 0.13, 0.10, 0.07. Web safe color of #eccdd5 is #ffcccc. Color #eccdd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 11010101
Octal 354 315 325
Decimal 236 205 213
Hex EC CD D5

RGB Percentages of Color #eccdd5

%36.09
%31.35
%32.57

CMYK Percentages of Color #eccdd5

%0
%13
%10
%7

Triadic Colors of #eccdd5

#eccdd5 #d5eccd #cdd5ec

Analogous Colors of #eccdd5

#eccdd5 #ecd5cd #eccde5

Monochromatic Colors of #eccdd5

#eccdd5

Complementary Color

#eccdd5 #cdece4

#eccdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccdd5 Color CSS Codes

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

#eccdd5 Text Font Color

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

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


#eccdd5 Background Color

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

This div background color is #eccdd5


#eccdd5 Border Color

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

This div border color is #eccdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccdd5


Comments

No comments written yet.

Please login to write comment.