Color Hex Logo

#eeedf6 Color Hex

#EEEDF6
(238,237,246)
0 Favorites   0 Comments

Color spaces of #eeedf6

RGB 238237246
HSL0.690.330.95
HSV247°96°
CMYK 0.030.040.00   0.04
XYZ82.178685.399399.3412
Yxy85.39930.30790.3199
Hunter Lab92.4117-2.98660.9524
CIE-Lab94.05491.9578-4.2284

#eeedf6 color RGB value is (238,237,246).

#eeedf6 hex color red value is 238, green value is 237 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #eeedf6 hue: 0.69 , saturation: 0.33 and the lightness value of eeedf6 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11110110
Octal 356 355 366
Decimal 238 237 246
Hex EE ED F6

RGB Percentages of Color #eeedf6

%33.01
%32.87
%34.12

CMYK Percentages of Color #eeedf6

%3
%4
%0
%4

Triadic Colors of #eeedf6

#eeedf6 #f6eeed #edf6ee

Analogous Colors of #eeedf6

#eeedf6 #f3edf6 #edf1f6

Monochromatic Colors of #eeedf6

#eeedf6

Complementary Color

#eeedf6 #f5f6ed

#eeedf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedf6 Color CSS Codes

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

#eeedf6 Text Font Color

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

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


#eeedf6 Background Color

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

This div background color is #eeedf6


#eeedf6 Border Color

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

This div border color is #eeedf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedf6

Related Colors


Comments

No comments written yet.

Please login to write comment.