Color Hex Logo

#e9cedf Color Hex

#E9CEDF
(233,206,223)
1 Favorites   0 Comments

Color spaces of #e9cedf

RGB 233206223
HSL0.900.380.86
HSV322°12°91°
CMYK 0.000.120.04   0.09
XYZ68.994966.794079.0681
Yxy66.79400.32110.3109
Hunter Lab81.72767.6674-0.1513
CIE-Lab85.399812.2937-4.9399

#e9cedf color RGB value is (233,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001110 11011111
Octal 351 316 337
Decimal 233 206 223
Hex E9 CE DF

RGB Percentages of Color #e9cedf

%35.20
%31.12
%33.69

CMYK Percentages of Color #e9cedf

%0
%12
%4
%9

Triadic Colors of #e9cedf

#e9cedf #dfe9ce #cedfe9

Analogous Colors of #e9cedf

#e9cedf #e9ced2 #e6cee9

Monochromatic Colors of #e9cedf

#e9cedf

Complementary Color

#e9cedf #cee9d8

#e9cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cedf Color CSS Codes

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

#e9cedf Text Font Color

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

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


#e9cedf Background Color

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

This div background color is #e9cedf


#e9cedf Border Color

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

This div border color is #e9cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cedf


Comments

No comments written yet.

Please login to write comment.