Color Hex Logo

#ead6ff Color Hex

#EAD6FF
(234,214,255)
0 Favorites   0 Comments

Color spaces of #ead6ff

RGB 234214255
HSL0.751.000.92
HSV269°16°100°
CMYK 0.080.160.00   0.00
XYZ76.028372.8056104.6535
Yxy72.80560.29990.2872
Hunter Lab85.32629.7282-12.9915
CIE-Lab88.354914.3343-17.4538

#ead6ff color RGB value is (234,214,255).

#ead6ff hex color red value is 234, green value is 214 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ead6ff hue: 0.75 , saturation: 1.00 and the lightness value of ead6ff is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 11111111
Octal 352 326 377
Decimal 234 214 255
Hex EA D6 FF

RGB Percentages of Color #ead6ff

%33.29
%30.44
%36.27

CMYK Percentages of Color #ead6ff

%8
%16
%0
%0

Triadic Colors of #ead6ff

#ead6ff #ffead6 #d6ffea

Analogous Colors of #ead6ff

#ead6ff #ffd6ff #d6d7ff

Monochromatic Colors of #ead6ff

#ead6ff

Complementary Color

#ead6ff #ebffd6

#ead6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead6ff Color CSS Codes

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

#ead6ff Text Font Color

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

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


#ead6ff Background Color

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

This div background color is #ead6ff


#ead6ff Border Color

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

This div border color is #ead6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead6ff

Related Colors


Comments

No comments written yet.

Please login to write comment.