Color Hex Logo

#eccdfa Color Hex

#ECCDFA
(236,205,250)
0 Favorites   0 Comments

Color spaces of #eccdfa

RGB 236205250
HSL0.780.820.89
HSV281°18°98°
CMYK 0.060.180.00   0.02
XYZ73.678768.397699.7613
Yxy68.39760.30470.2828
Hunter Lab82.702814.2930-13.6273
CIE-Lab86.204918.7703-18.0360

#eccdfa color RGB value is (236,205,250).

#eccdfa hex color red value is 236, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eccdfa hue: 0.78 , saturation: 0.82 and the lightness value of eccdfa is 0.89.

The process color (four color CMYK) of #eccdfa color hex is 0.06, 0.18, 0.00, 0.02. Web safe color of #eccdfa is #ffccff. Color #eccdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 11111010
Octal 354 315 372
Decimal 236 205 250
Hex EC CD FA

RGB Percentages of Color #eccdfa

%34.15
%29.67
%36.18

CMYK Percentages of Color #eccdfa

%6
%18
%0
%2

Triadic Colors of #eccdfa

#eccdfa #faeccd #cdfaec

Analogous Colors of #eccdfa

#eccdfa #facdf2 #d6cdfa

Monochromatic Colors of #eccdfa

#eccdfa

Complementary Color

#eccdfa #dbfacd

#eccdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccdfa Color CSS Codes

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

#eccdfa Text Font Color

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

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


#eccdfa Background Color

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

This div background color is #eccdfa


#eccdfa Border Color

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

This div border color is #eccdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccdfa


Comments

No comments written yet.

Please login to write comment.