Color Hex Logo

#eeadfe Color Hex

#EEADFE
(238,173,254)
0 Favorites   0 Comments

Color spaces of #eeadfe

RGB 238173254
HSL0.800.980.84
HSV288°32°100°
CMYK 0.060.320.00   0.00
XYZ68.092955.2200100.8356
Yxy55.22000.30380.2464
Hunter Lab74.310233.5228-28.4368
CIE-Lab79.167837.1889-30.8637

#eeadfe color RGB value is (238,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11111110
Octal 356 255 376
Decimal 238 173 254
Hex EE AD FE

RGB Percentages of Color #eeadfe

%35.79
%26.02
%38.20

CMYK Percentages of Color #eeadfe

%6
%32
%0
%0

Triadic Colors of #eeadfe

#eeadfe #feeead #adfeee

Analogous Colors of #eeadfe

#eeadfe #feade6 #c6adfe

Monochromatic Colors of #eeadfe

#eeadfe

Complementary Color

#eeadfe #bdfead

#eeadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadfe Color CSS Codes

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

#eeadfe Text Font Color

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

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


#eeadfe Background Color

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

This div background color is #eeadfe


#eeadfe Border Color

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

This div border color is #eeadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.