Color Hex Logo

#eedef9 Color Hex

#EEDEF9
(238,222,249)
0 Favorites   0 Comments

Color spaces of #eedef9

RGB 238222249
HSL0.770.690.92
HSV276°11°98°
CMYK 0.040.110.00   0.02
XYZ78.480177.2592100.3987
Yxy77.25920.30640.3016
Hunter Lab87.89725.5558-6.1947
CIE-Lab90.440810.2801-11.1456

#eedef9 color RGB value is (238,222,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11111001
Octal 356 336 371
Decimal 238 222 249
Hex EE DE F9

RGB Percentages of Color #eedef9

%33.57
%31.31
%35.12

CMYK Percentages of Color #eedef9

%4
%11
%0
%2

Triadic Colors of #eedef9

#eedef9 #f9eede #def9ee

Analogous Colors of #eedef9

#eedef9 #f9def7 #e1def9

Monochromatic Colors of #eedef9

#eedef9

Complementary Color

#eedef9 #e9f9de

#eedef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedef9 Color CSS Codes

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

#eedef9 Text Font Color

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

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


#eedef9 Background Color

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

This div background color is #eedef9


#eedef9 Border Color

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

This div border color is #eedef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedef9

Related Colors


Comments

No comments written yet.

Please login to write comment.