Color Hex Logo

#eccadc Color Hex

#ECCADC
(236,202,220)
0 Favorites   0 Comments

Color spaces of #eccadc

RGB 236202220
HSL0.910.470.86
HSV328°14°93°
CMYK 0.000.140.07   0.07
XYZ68.630965.241276.6857
Yxy65.24120.32590.3098
Hunter Lab80.772010.31800.2499
CIE-Lab84.607914.9156-4.4814

#eccadc color RGB value is (236,202,220).

#eccadc hex color red value is 236, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eccadc hue: 0.91 , saturation: 0.47 and the lightness value of eccadc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 11011100
Octal 354 312 334
Decimal 236 202 220
Hex EC CA DC

RGB Percentages of Color #eccadc

%35.87
%30.70
%33.43

CMYK Percentages of Color #eccadc

%0
%14
%7
%7

Triadic Colors of #eccadc

#eccadc #dcecca #cadcec

Analogous Colors of #eccadc

#eccadc #eccacb #ebcaec

Monochromatic Colors of #eccadc

#eccadc

Complementary Color

#eccadc #caecda

#eccadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccadc Color CSS Codes

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

#eccadc Text Font Color

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

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


#eccadc Background Color

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

This div background color is #eccadc


#eccadc Border Color

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

This div border color is #eccadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccadc


Comments

No comments written yet.

Please login to write comment.