Color Hex Logo

#ead3dd Color Hex

#EAD3DD
(234,211,221)
0 Favorites   0 Comments

Color spaces of #ead3dd

RGB 234211221
HSL0.930.350.87
HSV334°10°92°
CMYK 0.000.100.06   0.08
XYZ70.277169.301478.0791
Yxy69.30140.32290.3184
Hunter Lab83.24755.00582.6642
CIE-Lab86.65319.6582-2.0264

#ead3dd color RGB value is (234,211,221).

#ead3dd hex color red value is 234, green value is 211 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ead3dd hue: 0.93 , saturation: 0.35 and the lightness value of ead3dd is 0.87.

The process color (four color CMYK) of #ead3dd color hex is 0.00, 0.10, 0.06, 0.08. Web safe color of #ead3dd is #ffcccc. Color #ead3dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 11011101
Octal 352 323 335
Decimal 234 211 221
Hex EA D3 DD

RGB Percentages of Color #ead3dd

%35.14
%31.68
%33.18

CMYK Percentages of Color #ead3dd

%0
%10
%6
%8

Triadic Colors of #ead3dd

#ead3dd #ddead3 #d3ddea

Analogous Colors of #ead3dd

#ead3dd #ead5d3 #ead3e9

Monochromatic Colors of #ead3dd

#ead3dd

Complementary Color

#ead3dd #d3eae0

#ead3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead3dd Color CSS Codes

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

#ead3dd Text Font Color

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

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


#ead3dd Background Color

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

This div background color is #ead3dd


#ead3dd Border Color

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

This div border color is #ead3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead3dd


Comments

No comments written yet.

Please login to write comment.