Color Hex Logo

#e8cedd Color Hex

#E8CEDD
(232,206,221)
0 Favorites   0 Comments

Color spaces of #e8cedd

RGB 232206221
HSL0.900.360.86
HSV325°11°91°
CMYK 0.000.110.05   0.09
XYZ68.401266.518977.6409
Yxy66.51890.32180.3129
Hunter Lab81.55916.97420.6498
CIE-Lab85.260411.6019-4.0921

#e8cedd color RGB value is (232,206,221).

#e8cedd hex color red value is 232, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e8cedd hue: 0.90 , saturation: 0.36 and the lightness value of e8cedd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001110 11011101
Octal 350 316 335
Decimal 232 206 221
Hex E8 CE DD

RGB Percentages of Color #e8cedd

%35.20
%31.26
%33.54

CMYK Percentages of Color #e8cedd

%0
%11
%5
%9

Triadic Colors of #e8cedd

#e8cedd #dde8ce #cedde8

Analogous Colors of #e8cedd

#e8cedd #e8ced0 #e6cee8

Monochromatic Colors of #e8cedd

#e8cedd

Complementary Color

#e8cedd #cee8d9

#e8cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cedd Color CSS Codes

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

#e8cedd Text Font Color

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

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


#e8cedd Background Color

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

This div background color is #e8cedd


#e8cedd Border Color

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

This div border color is #e8cedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,206,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8cedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8cedd;
  -webkit-box-shadow: 1px 1px 3px 2px #e8cedd;
  box-shadow:         1px 1px 3px 2px #e8cedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,206,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cedd


Comments

No comments written yet.

Please login to write comment.