Color Hex Logo

#eedaf1 Color Hex

#EEDAF1
(238,218,241)
0 Favorites   0 Comments

Color spaces of #eedaf1

RGB 238218241
HSL0.810.450.90
HSV292°10°95°
CMYK 0.010.100.00   0.05
XYZ76.208574.670893.6154
Yxy74.67080.31170.3054
Hunter Lab86.41236.2008-3.7437
CIE-Lab89.238610.8919-8.7317

#eedaf1 color RGB value is (238,218,241).

#eedaf1 hex color red value is 238, green value is 218 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #eedaf1 hue: 0.81 , saturation: 0.45 and the lightness value of eedaf1 is 0.90.

The process color (four color CMYK) of #eedaf1 color hex is 0.01, 0.10, 0.00, 0.05. Web safe color of #eedaf1 is #ffccff. Color #eedaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11110001
Octal 356 332 361
Decimal 238 218 241
Hex EE DA F1

RGB Percentages of Color #eedaf1

%34.15
%31.28
%34.58

CMYK Percentages of Color #eedaf1

%1
%10
%0
%5

Triadic Colors of #eedaf1

#eedaf1 #f1eeda #daf1ee

Analogous Colors of #eedaf1

#eedaf1 #f1dae9 #e3daf1

Monochromatic Colors of #eedaf1

#eedaf1

Complementary Color

#eedaf1 #ddf1da

#eedaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaf1 Color CSS Codes

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

#eedaf1 Text Font Color

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

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


#eedaf1 Background Color

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

This div background color is #eedaf1


#eedaf1 Border Color

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

This div border color is #eedaf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaf1

#eedaf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.