Color Hex Logo

#ead6ee Color Hex

#EAD6EE
(234,214,238)
0 Favorites   0 Comments

Color spaces of #ead6ee

RGB 234214238
HSL0.810.410.89
HSV290°10°93°
CMYK 0.020.100.00   0.07
XYZ73.410971.758690.8705
Yxy71.75860.31100.3040
Hunter Lab84.71046.4466-4.3042
CIE-Lab87.852311.1123-9.2446

#ead6ee color RGB value is (234,214,238).

#ead6ee hex color red value is 234, green value is 214 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ead6ee hue: 0.81 , saturation: 0.41 and the lightness value of ead6ee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 11101110
Octal 352 326 356
Decimal 234 214 238
Hex EA D6 EE

RGB Percentages of Color #ead6ee

%34.11
%31.20
%34.69

CMYK Percentages of Color #ead6ee

%2
%10
%0
%7

Triadic Colors of #ead6ee

#ead6ee #eeead6 #d6eeea

Analogous Colors of #ead6ee

#ead6ee #eed6e6 #ded6ee

Monochromatic Colors of #ead6ee

#ead6ee

Complementary Color

#ead6ee #daeed6

#ead6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead6ee Color CSS Codes

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

#ead6ee Text Font Color

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

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


#ead6ee Background Color

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

This div background color is #ead6ee


#ead6ee Border Color

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

This div border color is #ead6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead6ee


Comments

No comments written yet.

Please login to write comment.