Color Hex Logo

#e0ceda Color Hex

#E0CEDA
(224,206,218)
0 Favorites   0 Comments

Color spaces of #e0ceda

RGB 224206218
HSL0.890.230.84
HSV320°88°
CMYK 0.000.080.03   0.12
XYZ65.466765.051975.4355
Yxy65.05190.31790.3159
Hunter Lab80.65483.74091.0051
CIE-Lab84.51058.3330-3.6770

#e0ceda color RGB value is (224,206,218).

#e0ceda hex color red value is 224, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e0ceda hue: 0.89 , saturation: 0.23 and the lightness value of e0ceda is 0.84.

The process color (four color CMYK) of #e0ceda color hex is 0.00, 0.08, 0.03, 0.12. Web safe color of #e0ceda is #cccccc. Color #e0ceda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001110 11011010
Octal 340 316 332
Decimal 224 206 218
Hex E0 CE DA

RGB Percentages of Color #e0ceda

%34.57
%31.79
%33.64

CMYK Percentages of Color #e0ceda

%0
%8
%3
%12

Triadic Colors of #e0ceda

#e0ceda #dae0ce #cedae0

Analogous Colors of #e0ceda

#e0ceda #e0ced1 #ddcee0

Monochromatic Colors of #e0ceda

#e0ceda

Complementary Color

#e0ceda #cee0d4

#e0ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ceda Color CSS Codes

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

#e0ceda Text Font Color

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

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


#e0ceda Background Color

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

This div background color is #e0ceda


#e0ceda Border Color

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

This div border color is #e0ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ceda


Comments

No comments written yet.

Please login to write comment.