Color Hex Logo

#e6ceda Color Hex

#E6CEDA
(230,206,218)
0 Favorites   0 Comments

Color spaces of #e6ceda

RGB 230206218
HSL0.920.320.85
HSV330°10°90°
CMYK 0.000.100.05   0.10
XYZ67.359366.027675.5240
Yxy66.02760.32240.3161
Hunter Lab81.25745.76941.7736
CIE-Lab85.010510.3925-2.8841

#e6ceda color RGB value is (230,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001110 11011010
Octal 346 316 332
Decimal 230 206 218
Hex E6 CE DA

RGB Percentages of Color #e6ceda

%35.17
%31.50
%33.33

CMYK Percentages of Color #e6ceda

%0
%10
%5
%10

Triadic Colors of #e6ceda

#e6ceda #dae6ce #cedae6

Analogous Colors of #e6ceda

#e6ceda #e6cece #e6cee6

Monochromatic Colors of #e6ceda

#e6ceda

Complementary Color

#e6ceda #cee6da

#e6ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ceda Color CSS Codes

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

#e6ceda Text Font Color

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

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


#e6ceda Background Color

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

This div background color is #e6ceda


#e6ceda Border Color

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

This div border color is #e6ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ceda


Comments

No comments written yet.

Please login to write comment.