Color Hex Logo

#e9ceda Color Hex

#E9CEDA
(233,206,218)
0 Favorites   0 Comments

Color spaces of #e9ceda

RGB 233206218
HSL0.930.380.86
HSV333°12°91°
CMYK 0.000.120.06   0.09
XYZ68.330566.528275.5695
Yxy66.52820.32470.3162
Hunter Lab81.56486.79902.1634
CIE-Lab85.265111.4272-2.4806

#e9ceda color RGB value is (233,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001110 11011010
Octal 351 316 332
Decimal 233 206 218
Hex E9 CE DA

RGB Percentages of Color #e9ceda

%35.46
%31.35
%33.18

CMYK Percentages of Color #e9ceda

%0
%12
%6
%9

Triadic Colors of #e9ceda

#e9ceda #dae9ce #cedae9

Analogous Colors of #e9ceda

#e9ceda #e9d0ce #e9cee8

Monochromatic Colors of #e9ceda

#e9ceda

Complementary Color

#e9ceda #cee9dd

#e9ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ceda Color CSS Codes

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

#e9ceda Text Font Color

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

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


#e9ceda Background Color

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

This div background color is #e9ceda


#e9ceda Border Color

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

This div border color is #e9ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ceda


Comments

No comments written yet.

Please login to write comment.