Color Hex Logo

#eecbfa Color Hex

#EECBFA
(238,203,250)
0 Favorites   0 Comments

Color spaces of #eecbfa

RGB 238203250
HSL0.790.820.89
HSV285°19°98°
CMYK 0.050.190.00   0.02
XYZ73.871267.791199.6340
Yxy67.79110.30610.2809
Hunter Lab82.335416.0632-14.1121
CIE-Lab85.901920.4759-18.4758

#eecbfa color RGB value is (238,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 11111010
Octal 356 313 372
Decimal 238 203 250
Hex EE CB FA

RGB Percentages of Color #eecbfa

%34.44
%29.38
%36.18

CMYK Percentages of Color #eecbfa

%5
%19
%0
%2

Triadic Colors of #eecbfa

#eecbfa #faeecb #cbfaee

Analogous Colors of #eecbfa

#eecbfa #facbef #d7cbfa

Monochromatic Colors of #eecbfa

#eecbfa

Complementary Color

#eecbfa #d7facb

#eecbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecbfa Color CSS Codes

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

#eecbfa Text Font Color

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

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


#eecbfa Background Color

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

This div background color is #eecbfa


#eecbfa Border Color

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

This div border color is #eecbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecbfa


Comments

No comments written yet.

Please login to write comment.