Color Hex Logo

#e6dedc Color Hex

#E6DEDC
(230,222,220)
0 Favorites   0 Comments

Color spaces of #e6dedc

RGB 230222220
HSL0.030.170.88
HSV12°90°
CMYK 0.000.030.04   0.10
XYZ71.672774.232978.2610
Yxy74.23290.31970.3312
Hunter Lab86.1585-2.28866.4556
CIE-Lab89.03242.37571.9370

#e6dedc color RGB value is (230,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 11011100
Octal 346 336 334
Decimal 230 222 220
Hex E6 DE DC

RGB Percentages of Color #e6dedc

%34.23
%33.04
%32.74

CMYK Percentages of Color #e6dedc

%0
%3
%4
%10

Triadic Colors of #e6dedc

#e6dedc #dce6de #dedce6

Analogous Colors of #e6dedc

#e6dedc #e6e3dc #e6dcdf

Monochromatic Colors of #e6dedc

#e6dedc

Complementary Color

#e6dedc #dce4e6

#e6dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dedc Color CSS Codes

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

#e6dedc Text Font Color

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

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


#e6dedc Background Color

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

This div background color is #e6dedc


#e6dedc Border Color

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

This div border color is #e6dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dedc


Comments

No comments written yet.

Please login to write comment.