Color Hex Logo

#eeadfc Color Hex

#EEADFC
(238,173,252)
0 Favorites   0 Comments

Color spaces of #eeadfc

RGB 238173252
HSL0.800.930.83
HSV289°31°99°
CMYK 0.060.310.00   0.01
XYZ67.774255.092699.1573
Yxy55.09260.30530.2481
Hunter Lab74.224433.0955-27.2492
CIE-Lab79.094636.8055-29.9023

#eeadfc color RGB value is (238,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11111100
Octal 356 255 374
Decimal 238 173 252
Hex EE AD FC

RGB Percentages of Color #eeadfc

%35.90
%26.09
%38.01

CMYK Percentages of Color #eeadfc

%6
%31
%0
%1

Triadic Colors of #eeadfc

#eeadfc #fceead #adfcee

Analogous Colors of #eeadfc

#eeadfc #fcade3 #c7adfc

Monochromatic Colors of #eeadfc

#eeadfc

Complementary Color

#eeadfc #bbfcad

#eeadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadfc Color CSS Codes

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

#eeadfc Text Font Color

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

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


#eeadfc Background Color

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

This div background color is #eeadfc


#eeadfc Border Color

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

This div border color is #eeadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadfc

Related Colors


Comments

No comments written yet.

Please login to write comment.