Color Hex Logo

#e2ceda Color Hex

#E2CEDA
(226,206,218)
0 Favorites   0 Comments

Color spaces of #e2ceda

RGB 226206218
HSL0.900.260.85
HSV324°89°
CMYK 0.000.090.04   0.11
XYZ66.090265.373375.4646
Yxy65.37330.31940.3159
Hunter Lab80.85384.41261.2595
CIE-Lab84.67579.0180-3.4148

#e2ceda color RGB value is (226,206,218).

#e2ceda hex color red value is 226, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e2ceda hue: 0.90 , saturation: 0.26 and the lightness value of e2ceda is 0.85.

The process color (four color CMYK) of #e2ceda color hex is 0.00, 0.09, 0.04, 0.11. Web safe color of #e2ceda is #cccccc. Color #e2ceda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001110 11011010
Octal 342 316 332
Decimal 226 206 218
Hex E2 CE DA

RGB Percentages of Color #e2ceda

%34.77
%31.69
%33.54

CMYK Percentages of Color #e2ceda

%0
%9
%4
%11

Triadic Colors of #e2ceda

#e2ceda #dae2ce #cedae2

Analogous Colors of #e2ceda

#e2ceda #e2ced0 #e0cee2

Monochromatic Colors of #e2ceda

#e2ceda

Complementary Color

#e2ceda #cee2d6

#e2ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ceda Color CSS Codes

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

#e2ceda Text Font Color

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

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


#e2ceda Background Color

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

This div background color is #e2ceda


#e2ceda Border Color

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

This div border color is #e2ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ceda


Comments

No comments written yet.

Please login to write comment.