Color Hex Logo

#eedffa Color Hex

#EEDFFA
(238,223,250)
0 Favorites   0 Comments

Color spaces of #eedffa

RGB 238223250
HSL0.760.730.93
HSV273°11°98°
CMYK 0.050.110.00   0.02
XYZ78.902977.8546101.3113
Yxy77.85460.30570.3017
Hunter Lab88.23535.2089-6.3118
CIE-Lab90.71359.9454-11.2634

#eedffa color RGB value is (238,223,250).

#eedffa hex color red value is 238, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eedffa hue: 0.76 , saturation: 0.73 and the lightness value of eedffa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11111010
Octal 356 337 372
Decimal 238 223 250
Hex EE DF FA

RGB Percentages of Color #eedffa

%33.47
%31.36
%35.16

CMYK Percentages of Color #eedffa

%5
%11
%0
%2

Triadic Colors of #eedffa

#eedffa #faeedf #dffaee

Analogous Colors of #eedffa

#eedffa #fadff9 #e1dffa

Monochromatic Colors of #eedffa

#eedffa

Complementary Color

#eedffa #ebfadf

#eedffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedffa Color CSS Codes

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

#eedffa Text Font Color

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

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


#eedffa Background Color

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

This div background color is #eedffa


#eedffa Border Color

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

This div border color is #eedffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedffa

#eedffa Color Palettes


Comments

No comments written yet.

Please login to write comment.