Color Hex Logo

#e8cedb Color Hex

#E8CEDB
(232,206,219)
0 Favorites   0 Comments

Color spaces of #e8cedb

RGB 232206219
HSL0.920.360.86
HSV330°11°91°
CMYK 0.000.110.06   0.09
XYZ68.136266.412976.2456
Yxy66.41290.32320.3151
Hunter Lab81.49416.62691.5744
CIE-Lab85.206611.2545-3.1080

#e8cedb color RGB value is (232,206,219).

#e8cedb hex color red value is 232, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e8cedb hue: 0.92 , saturation: 0.36 and the lightness value of e8cedb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001110 11011011
Octal 350 316 333
Decimal 232 206 219
Hex E8 CE DB

RGB Percentages of Color #e8cedb

%35.31
%31.35
%33.33

CMYK Percentages of Color #e8cedb

%0
%11
%6
%9

Triadic Colors of #e8cedb

#e8cedb #dbe8ce #cedbe8

Analogous Colors of #e8cedb

#e8cedb #e8cece #e8cee8

Monochromatic Colors of #e8cedb

#e8cedb

Complementary Color

#e8cedb #cee8db

#e8cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cedb Color CSS Codes

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

#e8cedb Text Font Color

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

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


#e8cedb Background Color

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

This div background color is #e8cedb


#e8cedb Border Color

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

This div border color is #e8cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cedb


Comments

No comments written yet.

Please login to write comment.