Color Hex Logo

#e8dffd Color Hex

#E8DFFD
(232,223,253)
1 Favorites   0 Comments

Color spaces of #e8dffd

RGB 232223253
HSL0.720.880.93
HSV258°12°99°
CMYK 0.080.120.00   0.01
XYZ77.396077.0230103.7162
Yxy77.02300.29980.2984
Hunter Lab87.76273.8303-8.6338
CIE-Lab90.33228.5782-13.4537

#e8dffd color RGB value is (232,223,253).

#e8dffd hex color red value is 232, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e8dffd hue: 0.72 , saturation: 0.88 and the lightness value of e8dffd is 0.93.

The process color (four color CMYK) of #e8dffd color hex is 0.08, 0.12, 0.00, 0.01. Web safe color of #e8dffd is #ffccff. Color #e8dffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011111 11111101
Octal 350 337 375
Decimal 232 223 253
Hex E8 DF FD

RGB Percentages of Color #e8dffd

%32.77
%31.50
%35.73

CMYK Percentages of Color #e8dffd

%8
%12
%0
%1

Triadic Colors of #e8dffd

#e8dffd #fde8df #dffde8

Analogous Colors of #e8dffd

#e8dffd #f7dffd #dfe5fd

Monochromatic Colors of #e8dffd

#e8dffd

Complementary Color

#e8dffd #f4fddf

#e8dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dffd Color CSS Codes

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

#e8dffd Text Font Color

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

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


#e8dffd Background Color

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

This div background color is #e8dffd


#e8dffd Border Color

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

This div border color is #e8dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dffd

Related Colors


Comments

No comments written yet.

Please login to write comment.