Color Hex Logo

#eedfef Color Hex

#EEDFEF
(238,223,239)
0 Favorites   0 Comments

Color spaces of #eedfef

RGB 238223239
HSL0.820.330.91
HSV296°94°
CMYK 0.000.070.00   0.06
XYZ77.227677.184592.4891
Yxy77.18450.31280.3126
Hunter Lab87.85473.1625-0.9193
CIE-Lab90.40657.9192-5.9523

#eedfef color RGB value is (238,223,239).

#eedfef hex color red value is 238, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eedfef hue: 0.82 , saturation: 0.33 and the lightness value of eedfef is 0.91.

The process color (four color CMYK) of #eedfef color hex is 0.00, 0.07, 0.00, 0.06. Web safe color of #eedfef is #ffccff. Color #eedfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11101111
Octal 356 337 357
Decimal 238 223 239
Hex EE DF EF

RGB Percentages of Color #eedfef

%34.00
%31.86
%34.14

CMYK Percentages of Color #eedfef

%0
%7
%0
%6

Triadic Colors of #eedfef

#eedfef #efeedf #dfefee

Analogous Colors of #eedfef

#eedfef #efdfe8 #e6dfef

Monochromatic Colors of #eedfef

#eedfef

Complementary Color

#eedfef #e0efdf

#eedfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfef Color CSS Codes

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

#eedfef Text Font Color

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

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


#eedfef Background Color

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

This div background color is #eedfef


#eedfef Border Color

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

This div border color is #eedfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfef


Comments

No comments written yet.

Please login to write comment.