Color Hex Logo

#ead5ef Color Hex

#EAD5EF
(234,213,239)
0 Favorites   0 Comments

Color spaces of #ead5ef

RGB 234213239
HSL0.800.450.89
HSV288°11°94°
CMYK 0.020.110.00   0.06
XYZ73.305971.312991.5625
Yxy71.31290.31040.3019
Hunter Lab84.44707.1684-5.1729
CIE-Lab87.636811.8222-10.0929

#ead5ef color RGB value is (234,213,239).

#ead5ef hex color red value is 234, green value is 213 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ead5ef hue: 0.80 , saturation: 0.45 and the lightness value of ead5ef is 0.89.

The process color (four color CMYK) of #ead5ef color hex is 0.02, 0.11, 0.00, 0.06. Web safe color of #ead5ef is #ffccff. Color #ead5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 11101111
Octal 352 325 357
Decimal 234 213 239
Hex EA D5 EF

RGB Percentages of Color #ead5ef

%34.11
%31.05
%34.84

CMYK Percentages of Color #ead5ef

%2
%11
%0
%6

Triadic Colors of #ead5ef

#ead5ef #efead5 #d5efea

Analogous Colors of #ead5ef

#ead5ef #efd5e7 #ddd5ef

Monochromatic Colors of #ead5ef

#ead5ef

Complementary Color

#ead5ef #daefd5

#ead5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead5ef Color CSS Codes

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

#ead5ef Text Font Color

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

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


#ead5ef Background Color

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

This div background color is #ead5ef


#ead5ef Border Color

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

This div border color is #ead5ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,213,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ead5ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ead5ef;
  -webkit-box-shadow: 1px 1px 3px 2px #ead5ef;
  box-shadow:         1px 1px 3px 2px #ead5ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,213,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead5ef

#ead5ef Color Palettes


Comments

No comments written yet.

Please login to write comment.