Color Hex Logo

#eccde6 Color Hex

#ECCDE6
(236,205,230)
0 Favorites   0 Comments

Color spaces of #eccde6

RGB 236205230
HSL0.870.450.86
HSV312°13°93°
CMYK 0.000.130.03   0.07
XYZ70.706367.208784.1089
Yxy67.20870.31850.3027
Hunter Lab81.980910.4848-3.4424
CIE-Lab85.609215.0762-8.3206

#eccde6 color RGB value is (236,205,230).

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

The process color (four color CMYK) of #eccde6 color hex is 0.00, 0.13, 0.03, 0.07. Web safe color of #eccde6 is #ffccff. Color #eccde6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 11100110
Octal 354 315 346
Decimal 236 205 230
Hex EC CD E6

RGB Percentages of Color #eccde6

%35.17
%30.55
%34.28

CMYK Percentages of Color #eccde6

%0
%13
%3
%7

Triadic Colors of #eccde6

#eccde6 #e6eccd #cde6ec

Analogous Colors of #eccde6

#eccde6 #eccdd7 #e3cdec

Monochromatic Colors of #eccde6

#eccde6

Complementary Color

#eccde6 #cdecd3

#eccde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccde6 Color CSS Codes

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

#eccde6 Text Font Color

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

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


#eccde6 Background Color

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

This div background color is #eccde6


#eccde6 Border Color

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

This div border color is #eccde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccde6


Comments

No comments written yet.

Please login to write comment.