Color Hex Logo

#ead7db Color Hex

#EAD7DB
(234,215,219)
0 Favorites   0 Comments

Color spaces of #ead7db

RGB 234215219
HSL0.960.310.88
HSV347°92°
CMYK 0.000.080.06   0.08
XYZ71.018371.207877.0192
Yxy71.20780.32390.3248
Hunter Lab84.38472.55264.9544
CIE-Lab87.58597.22160.3955

#ead7db color RGB value is (234,215,219).

#ead7db hex color red value is 234, green value is 215 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ead7db hue: 0.96 , saturation: 0.31 and the lightness value of ead7db is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 11011011
Octal 352 327 333
Decimal 234 215 219
Hex EA D7 DB

RGB Percentages of Color #ead7db

%35.03
%32.19
%32.78

CMYK Percentages of Color #ead7db

%0
%8
%6
%8

Triadic Colors of #ead7db

#ead7db #dbead7 #d7dbea

Analogous Colors of #ead7db

#ead7db #eaddd7 #ead7e5

Monochromatic Colors of #ead7db

#ead7db

Complementary Color

#ead7db #d7eae6

#ead7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead7db Color CSS Codes

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

#ead7db Text Font Color

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

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


#ead7db Background Color

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

This div background color is #ead7db


#ead7db Border Color

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

This div border color is #ead7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead7db

#ead7db Color Palettes


Comments

No comments written yet.

Please login to write comment.