Color Hex Logo

#ecafdc Color Hex

#ECAFDC
(236,175,220)
0 Favorites   0 Comments

Color spaces of #ecafdc

RGB 236175220
HSL0.880.620.81
HSV316°26°93°
CMYK 0.000.260.07   0.07
XYZ62.840353.660174.7555
Yxy53.66010.32860.2806
Hunter Lab73.253124.9338-9.2289
CIE-Lab78.263129.2755-13.9149

#ecafdc color RGB value is (236,175,220).

#ecafdc hex color red value is 236, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ecafdc hue: 0.88 , saturation: 0.62 and the lightness value of ecafdc is 0.81.

The process color (four color CMYK) of #ecafdc color hex is 0.00, 0.26, 0.07, 0.07. Web safe color of #ecafdc is #ff99cc. Color #ecafdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11011100
Octal 354 257 334
Decimal 236 175 220
Hex EC AF DC

RGB Percentages of Color #ecafdc

%37.40
%27.73
%34.87

CMYK Percentages of Color #ecafdc

%0
%26
%7
%7

Triadic Colors of #ecafdc

#ecafdc #dcecaf #afdcec

Analogous Colors of #ecafdc

#ecafdc #ecafbe #deafec

Monochromatic Colors of #ecafdc

#ecafdc

Complementary Color

#ecafdc #afecbf

#ecafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecafdc Color CSS Codes

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

#ecafdc Text Font Color

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

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


#ecafdc Background Color

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

This div background color is #ecafdc


#ecafdc Border Color

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

This div border color is #ecafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecafdc


Comments

No comments written yet.

Please login to write comment.