Color Hex Logo

#ead4ed Color Hex

#EAD4ED
(234,212,237)
0 Favorites   0 Comments

Color spaces of #ead4ed

RGB 234212237
HSL0.810.410.88
HSV293°11°93°
CMYK 0.010.110.00   0.07
XYZ72.761270.693889.9311
Yxy70.69380.31180.3029
Hunter Lab84.07967.3319-4.5605
CIE-Lab87.336011.9801-9.4836

#ead4ed color RGB value is (234,212,237).

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

The process color (four color CMYK) of #ead4ed color hex is 0.01, 0.11, 0.00, 0.07. Web safe color of #ead4ed is #ffccff. Color #ead4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 11101101
Octal 352 324 355
Decimal 234 212 237
Hex EA D4 ED

RGB Percentages of Color #ead4ed

%34.26
%31.04
%34.70

CMYK Percentages of Color #ead4ed

%1
%11
%0
%7

Triadic Colors of #ead4ed

#ead4ed #edead4 #d4edea

Analogous Colors of #ead4ed

#ead4ed #edd4e4 #ded4ed

Monochromatic Colors of #ead4ed

#ead4ed

Complementary Color

#ead4ed #d7edd4

#ead4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead4ed Color CSS Codes

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

#ead4ed Text Font Color

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

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


#ead4ed Background Color

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

This div background color is #ead4ed


#ead4ed Border Color

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

This div border color is #ead4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead4ed


Comments

No comments written yet.

Please login to write comment.