Color Hex Logo

#eed2fa Color Hex

#EED2FA
(238,210,250)
0 Favorites   0 Comments

Color spaces of #eed2fa

RGB 238210250
HSL0.780.800.90
HSV282°16°98°
CMYK 0.050.160.00   0.02
XYZ75.561871.1725100.1976
Yxy71.17250.30600.2882
Hunter Lab84.363812.2398-11.3632
CIE-Lab87.568716.7717-15.9673

#eed2fa color RGB value is (238,210,250).

#eed2fa hex color red value is 238, green value is 210 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eed2fa hue: 0.78 , saturation: 0.80 and the lightness value of eed2fa is 0.90.

The process color (four color CMYK) of #eed2fa color hex is 0.05, 0.16, 0.00, 0.02. Web safe color of #eed2fa is #ffccff. Color #eed2fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 11111010
Octal 356 322 372
Decimal 238 210 250
Hex EE D2 FA

RGB Percentages of Color #eed2fa

%34.10
%30.09
%35.82

CMYK Percentages of Color #eed2fa

%5
%16
%0
%2

Triadic Colors of #eed2fa

#eed2fa #faeed2 #d2faee

Analogous Colors of #eed2fa

#eed2fa #fad2f2 #dad2fa

Monochromatic Colors of #eed2fa

#eed2fa

Complementary Color

#eed2fa #defad2

#eed2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed2fa Color CSS Codes

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

#eed2fa Text Font Color

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

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


#eed2fa Background Color

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

This div background color is #eed2fa


#eed2fa Border Color

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

This div border color is #eed2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed2fa


Comments

No comments written yet.

Please login to write comment.