Color Hex Logo

#e8cfde Color Hex

#E8CFDE
(232,207,222)
0 Favorites   0 Comments

Color spaces of #e8cfde

RGB 232207222
HSL0.900.350.86
HSV324°11°91°
CMYK 0.000.110.04   0.09
XYZ68.776467.055478.4253
Yxy67.05540.32100.3130
Hunter Lab81.88746.61750.5378
CIE-Lab85.531911.2494-4.2237

#e8cfde color RGB value is (232,207,222).

#e8cfde hex color red value is 232, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e8cfde hue: 0.90 , saturation: 0.35 and the lightness value of e8cfde is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001111 11011110
Octal 350 317 336
Decimal 232 207 222
Hex E8 CF DE

RGB Percentages of Color #e8cfde

%35.10
%31.32
%33.59

CMYK Percentages of Color #e8cfde

%0
%11
%4
%9

Triadic Colors of #e8cfde

#e8cfde #dee8cf #cfdee8

Analogous Colors of #e8cfde

#e8cfde #e8cfd2 #e6cfe8

Monochromatic Colors of #e8cfde

#e8cfde

Complementary Color

#e8cfde #cfe8d9

#e8cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cfde Color CSS Codes

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

#e8cfde Text Font Color

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

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


#e8cfde Background Color

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

This div background color is #e8cfde


#e8cfde Border Color

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

This div border color is #e8cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cfde


Comments

No comments written yet.

Please login to write comment.