Color Hex Logo

#ead7ef Color Hex

#EAD7EF
(234,215,239)
0 Favorites   0 Comments

Color spaces of #ead7ef

RGB 234215239
HSL0.800.430.89
HSV288°10°94°
CMYK 0.020.100.00   0.06
XYZ73.812172.325391.7312
Yxy72.32530.31030.3041
Hunter Lab85.04436.0972-4.4209
CIE-Lab88.124910.7712-9.3672

#ead7ef color RGB value is (234,215,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 11101111
Octal 352 327 357
Decimal 234 215 239
Hex EA D7 EF

RGB Percentages of Color #ead7ef

%34.01
%31.25
%34.74

CMYK Percentages of Color #ead7ef

%2
%10
%0
%6

Triadic Colors of #ead7ef

#ead7ef #efead7 #d7efea

Analogous Colors of #ead7ef

#ead7ef #efd7e8 #ded7ef

Monochromatic Colors of #ead7ef

#ead7ef

Complementary Color

#ead7ef #dcefd7

#ead7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead7ef Color CSS Codes

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

#ead7ef Text Font Color

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

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


#ead7ef Background Color

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

This div background color is #ead7ef


#ead7ef Border Color

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

This div border color is #ead7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead7ef


Comments

No comments written yet.

Please login to write comment.