Color Hex Logo

#eedaf5 Color Hex

#EEDAF5
(238,218,245)
0 Favorites   0 Comments

Color spaces of #eedaf5

RGB 238218245
HSL0.790.570.91
HSV284°11°96°
CMYK 0.030.110.00   0.04
XYZ76.812774.912596.7973
Yxy74.91250.30910.3014
Hunter Lab86.55206.9482-5.7218
CIE-Lab89.352011.6273-10.6668

#eedaf5 color RGB value is (238,218,245).

#eedaf5 hex color red value is 238, green value is 218 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #eedaf5 hue: 0.79 , saturation: 0.57 and the lightness value of eedaf5 is 0.91.

The process color (four color CMYK) of #eedaf5 color hex is 0.03, 0.11, 0.00, 0.04. Web safe color of #eedaf5 is #ffccff. Color #eedaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11110101
Octal 356 332 365
Decimal 238 218 245
Hex EE DA F5

RGB Percentages of Color #eedaf5

%33.95
%31.10
%34.95

CMYK Percentages of Color #eedaf5

%3
%11
%0
%4

Triadic Colors of #eedaf5

#eedaf5 #f5eeda #daf5ee

Analogous Colors of #eedaf5

#eedaf5 #f5daef #e1daf5

Monochromatic Colors of #eedaf5

#eedaf5

Complementary Color

#eedaf5 #e1f5da

#eedaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaf5 Color CSS Codes

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

#eedaf5 Text Font Color

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

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


#eedaf5 Background Color

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

This div background color is #eedaf5


#eedaf5 Border Color

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

This div border color is #eedaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaf5


Comments

No comments written yet.

Please login to write comment.