Color Hex Logo

#eeedff Color Hex

#EEEDFF
(238,237,255)
0 Favorites   0 Comments

Color spaces of #eeedff

RGB 238237255
HSL0.681.000.96
HSV243°100°
CMYK 0.070.070.00   0.00
XYZ83.594185.9655106.7949
Yxy85.96550.30250.3111
Hunter Lab92.7176-1.3203-3.3897
CIE-Lab94.29763.6310-8.5450

#eeedff color RGB value is (238,237,255).

#eeedff hex color red value is 238, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eeedff hue: 0.68 , saturation: 1.00 and the lightness value of eeedff is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11111111
Octal 356 355 377
Decimal 238 237 255
Hex EE ED FF

RGB Percentages of Color #eeedff

%32.60
%32.47
%34.93

CMYK Percentages of Color #eeedff

%7
%7
%0
%0

Triadic Colors of #eeedff

#eeedff #ffeeed #edffee

Analogous Colors of #eeedff

#eeedff #f7edff #edf5ff

Monochromatic Colors of #eeedff

#eeedff

Complementary Color

#eeedff #feffed

#eeedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedff Color CSS Codes

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

#eeedff Text Font Color

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

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


#eeedff Background Color

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

This div background color is #eeedff


#eeedff Border Color

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

This div border color is #eeedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedff

Related Colors


Comments

No comments written yet.

Please login to write comment.