Color Hex Logo

#eecdfa Color Hex

#EECDFA
(238,205,250)
0 Favorites   0 Comments

Color spaces of #eecdfa

RGB 238205250
HSL0.790.820.89
HSV284°18°98°
CMYK 0.050.180.00   0.02
XYZ74.346568.741999.7925
Yxy68.74190.30610.2830
Hunter Lab82.910714.9681-13.3247
CIE-Lab86.376119.4158-17.7611

#eecdfa color RGB value is (238,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 11111010
Octal 356 315 372
Decimal 238 205 250
Hex EE CD FA

RGB Percentages of Color #eecdfa

%34.34
%29.58
%36.08

CMYK Percentages of Color #eecdfa

%5
%18
%0
%2

Triadic Colors of #eecdfa

#eecdfa #faeecd #cdfaee

Analogous Colors of #eecdfa

#eecdfa #facdf0 #d8cdfa

Monochromatic Colors of #eecdfa

#eecdfa

Complementary Color

#eecdfa #d9facd

#eecdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecdfa Color CSS Codes

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

#eecdfa Text Font Color

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

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


#eecdfa Background Color

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

This div background color is #eecdfa


#eecdfa Border Color

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

This div border color is #eecdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.