Color Hex Logo

#eeaffc Color Hex

#EEAFFC
(238,175,252)
0 Favorites   0 Comments

Color spaces of #eeaffc

RGB 238175252
HSL0.800.930.84
HSV289°31°99°
CMYK 0.060.310.00   0.01
XYZ68.160655.865499.2861
Yxy55.86540.30520.2502
Hunter Lab74.743231.9791-26.4385
CIE-Lab79.537235.7452-29.2232

#eeaffc color RGB value is (238,175,252).

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

The process color (four color CMYK) of #eeaffc color hex is 0.06, 0.31, 0.00, 0.01. Web safe color of #eeaffc is #ff99ff. Color #eeaffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11111100
Octal 356 257 374
Decimal 238 175 252
Hex EE AF FC

RGB Percentages of Color #eeaffc

%35.79
%26.32
%37.89

CMYK Percentages of Color #eeaffc

%6
%31
%0
%1

Triadic Colors of #eeaffc

#eeaffc #fceeaf #affcee

Analogous Colors of #eeaffc

#eeaffc #fcafe4 #c8affc

Monochromatic Colors of #eeaffc

#eeaffc

Complementary Color

#eeaffc #bdfcaf

#eeaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaffc Color CSS Codes

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

#eeaffc Text Font Color

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

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


#eeaffc Background Color

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

This div background color is #eeaffc


#eeaffc Border Color

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

This div border color is #eeaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaffc

Related Colors


Comments

No comments written yet.

Please login to write comment.