Color Hex Logo

#e6dede Color Hex

#E6DEDE
(230,222,222)
0 Favorites   0 Comments

Color spaces of #e6dede

RGB 230222222
HSL0.000.140.89
HSV90°
CMYK 0.000.030.03   0.10
XYZ71.939274.339579.6646
Yxy74.33950.31840.3290
Hunter Lab86.2204-1.95165.5724
CIE-Lab89.08272.72240.9590

#e6dede color RGB value is (230,222,222).

#e6dede hex color red value is 230, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e6dede hue: 0.00 , saturation: 0.14 and the lightness value of e6dede is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 11011110
Octal 346 336 336
Decimal 230 222 222
Hex E6 DE DE

RGB Percentages of Color #e6dede

%34.12
%32.94
%32.94

CMYK Percentages of Color #e6dede

%0
%3
%3
%10

Triadic Colors of #e6dede

#e6dede #dee6de #dedee6

Analogous Colors of #e6dede

#e6dede #e6e2de #e6dee2

Monochromatic Colors of #e6dede

#e6dede

Complementary Color

#e6dede #dee6e6

#e6dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dede Color CSS Codes

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

#e6dede Text Font Color

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

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


#e6dede Background Color

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

This div background color is #e6dede


#e6dede Border Color

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

This div border color is #e6dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dede

#e6dede Color Palettes


Comments

No comments written yet.

Please login to write comment.