Color Hex Logo

#e9dadb Color Hex

#E9DADB
(233,218,219)
0 Favorites   0 Comments

Color spaces of #e9dadb

RGB 233218219
HSL0.990.250.88
HSV356°91°
CMYK 0.000.060.06   0.09
XYZ71.461972.580977.2609
Yxy72.58090.32290.3280
Hunter Lab85.19440.63735.8673
CIE-Lab88.24745.31261.3500

#e9dadb color RGB value is (233,218,219).

#e9dadb hex color red value is 233, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e9dadb hue: 0.99 , saturation: 0.25 and the lightness value of e9dadb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011010 11011011
Octal 351 332 333
Decimal 233 218 219
Hex E9 DA DB

RGB Percentages of Color #e9dadb

%34.78
%32.54
%32.69

CMYK Percentages of Color #e9dadb

%0
%6
%6
%9

Triadic Colors of #e9dadb

#e9dadb #dbe9da #dadbe9

Analogous Colors of #e9dadb

#e9dadb #e9e1da #e9dae3

Monochromatic Colors of #e9dadb

#e9dadb

Complementary Color

#e9dadb #dae9e8

#e9dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dadb Color CSS Codes

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

#e9dadb Text Font Color

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

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


#e9dadb Background Color

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

This div background color is #e9dadb


#e9dadb Border Color

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

This div border color is #e9dadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,218,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 #e9dadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dadb


Comments

No comments written yet.

Please login to write comment.