Color Hex Logo

#e6dade Color Hex

#E6DADE
(230,218,222)
0 Favorites   0 Comments

Color spaces of #e6dade

RGB 230218222
HSL0.940.190.88
HSV340°90°
CMYK 0.000.050.03   0.10
XYZ70.889372.239779.3146
Yxy72.23970.31870.3248
Hunter Lab84.99390.13874.1675
CIE-Lab88.08384.8003-0.4989

#e6dade color RGB value is (230,218,222).

#e6dade hex color red value is 230, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e6dade hue: 0.94 , saturation: 0.19 and the lightness value of e6dade is 0.88.

The process color (four color CMYK) of #e6dade color hex is 0.00, 0.05, 0.03, 0.10. Web safe color of #e6dade is #ffcccc. Color #e6dade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011010 11011110
Octal 346 332 336
Decimal 230 218 222
Hex E6 DA DE

RGB Percentages of Color #e6dade

%34.33
%32.54
%33.13

CMYK Percentages of Color #e6dade

%0
%5
%3
%10

Triadic Colors of #e6dade

#e6dade #dee6da #dadee6

Analogous Colors of #e6dade

#e6dade #e6dcda #e6dae4

Monochromatic Colors of #e6dade

#e6dade

Complementary Color

#e6dade #dae6e2

#e6dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dade Color CSS Codes

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

#e6dade Text Font Color

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

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


#e6dade Background Color

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

This div background color is #e6dade


#e6dade Border Color

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

This div border color is #e6dade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,218,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dade


Comments

No comments written yet.

Please login to write comment.