Color Hex Logo

#e8ceda Color Hex

#E8CEDA
(232,206,218)
0 Favorites   0 Comments

Color spaces of #e8ceda

RGB 232206218
HSL0.920.360.86
HSV332°11°91°
CMYK 0.000.110.06   0.09
XYZ68.004966.360475.5543
Yxy66.36040.32400.3161
Hunter Lab81.46196.45462.0330
CIE-Lab85.179911.0819-2.6156

#e8ceda color RGB value is (232,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001110 11011010
Octal 350 316 332
Decimal 232 206 218
Hex E8 CE DA

RGB Percentages of Color #e8ceda

%35.37
%31.40
%33.23

CMYK Percentages of Color #e8ceda

%0
%11
%6
%9

Triadic Colors of #e8ceda

#e8ceda #dae8ce #cedae8

Analogous Colors of #e8ceda

#e8ceda #e8cfce #e8cee7

Monochromatic Colors of #e8ceda

#e8ceda

Complementary Color

#e8ceda #cee8dc

#e8ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ceda Color CSS Codes

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

#e8ceda Text Font Color

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

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


#e8ceda Background Color

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

This div background color is #e8ceda


#e8ceda Border Color

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

This div border color is #e8ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ceda


Comments

No comments written yet.

Please login to write comment.