Color Hex Logo

#eeacff Color Hex

#EEACFF
(238,172,255)
0 Favorites   0 Comments

Color spaces of #eeacff

RGB 238172255
HSL0.801.000.84
HSV288°33°100°
CMYK 0.070.330.00   0.00
XYZ68.062454.9022101.6176
Yxy54.90220.30310.2445
Hunter Lab74.096034.2968-29.4449
CIE-Lab78.984937.9105-31.6817

#eeacff color RGB value is (238,172,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11111111
Octal 356 254 377
Decimal 238 172 255
Hex EE AC FF

RGB Percentages of Color #eeacff

%35.79
%25.86
%38.35

CMYK Percentages of Color #eeacff

%7
%33
%0
%0

Triadic Colors of #eeacff

#eeacff #ffeeac #acffee

Analogous Colors of #eeacff

#eeacff #fface7 #c5acff

Monochromatic Colors of #eeacff

#eeacff

Complementary Color

#eeacff #bdffac

#eeacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacff Color CSS Codes

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

#eeacff Text Font Color

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

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


#eeacff Background Color

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

This div background color is #eeacff


#eeacff Border Color

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

This div border color is #eeacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacff

Related Colors


Comments

No comments written yet.

Please login to write comment.