Color Hex Logo

#eeeaff Color Hex

#EEEAFF
(238,234,255)
0 Favorites   0 Comments

Color spaces of #eeeaff

RGB 238234255
HSL0.701.000.96
HSV251°100°
CMYK 0.070.080.00   0.00
XYZ82.732784.2428106.5077
Yxy84.24280.30250.3080
Hunter Lab91.78390.2756-4.5525
CIE-Lab93.55595.1771-9.6455

#eeeaff color RGB value is (238,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11111111
Octal 356 352 377
Decimal 238 234 255
Hex EE EA FF

RGB Percentages of Color #eeeaff

%32.74
%32.19
%35.08

CMYK Percentages of Color #eeeaff

%7
%8
%0
%0

Triadic Colors of #eeeaff

#eeeaff #ffeeea #eaffee

Analogous Colors of #eeeaff

#eeeaff #f9eaff #eaf1ff

Monochromatic Colors of #eeeaff

#eeeaff

Complementary Color

#eeeaff #fbffea

#eeeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeaff Color CSS Codes

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

#eeeaff Text Font Color

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

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


#eeeaff Background Color

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

This div background color is #eeeaff


#eeeaff Border Color

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

This div border color is #eeeaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,234,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 #eeeaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeaff

#eeeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.