Color Hex Logo

#eedef8 Color Hex

#EEDEF8
(238,222,248)
0 Favorites   0 Comments

Color spaces of #eedef8

RGB 238222248
HSL0.770.650.92
HSV277°10°97°
CMYK 0.040.100.00   0.03
XYZ78.324477.197099.5793
Yxy77.19700.30700.3026
Hunter Lab87.86185.3656-5.6938
CIE-Lab90.412210.0928-10.6638

#eedef8 color RGB value is (238,222,248).

#eedef8 hex color red value is 238, green value is 222 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #eedef8 hue: 0.77 , saturation: 0.65 and the lightness value of eedef8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11111000
Octal 356 336 370
Decimal 238 222 248
Hex EE DE F8

RGB Percentages of Color #eedef8

%33.62
%31.36
%35.03

CMYK Percentages of Color #eedef8

%4
%10
%0
%3

Triadic Colors of #eedef8

#eedef8 #f8eede #def8ee

Analogous Colors of #eedef8

#eedef8 #f8def5 #e1def8

Monochromatic Colors of #eedef8

#eedef8

Complementary Color

#eedef8 #e8f8de

#eedef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedef8 Color CSS Codes

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

#eedef8 Text Font Color

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

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


#eedef8 Background Color

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

This div background color is #eedef8


#eedef8 Border Color

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

This div border color is #eedef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedef8


Comments

No comments written yet.

Please login to write comment.