Color Hex Logo

#e8dfef Color Hex

#E8DFEF
(232,223,239)
0 Favorites   0 Comments

Color spaces of #e8dfef

RGB 232223239
HSL0.760.330.91
HSV274°94°
CMYK 0.030.070.00   0.06
XYZ75.246476.163292.3964
Yxy76.16320.30860.3124
Hunter Lab87.27151.1793-1.6816
CIE-Lab89.93515.9267-6.7018

#e8dfef color RGB value is (232,223,239).

#e8dfef hex color red value is 232, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e8dfef hue: 0.76 , saturation: 0.33 and the lightness value of e8dfef is 0.91.

The process color (four color CMYK) of #e8dfef color hex is 0.03, 0.07, 0.00, 0.06. Web safe color of #e8dfef is #ffccff. Color #e8dfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011111 11101111
Octal 350 337 357
Decimal 232 223 239
Hex E8 DF EF

RGB Percentages of Color #e8dfef

%33.43
%32.13
%34.44

CMYK Percentages of Color #e8dfef

%3
%7
%0
%6

Triadic Colors of #e8dfef

#e8dfef #efe8df #dfefe8

Analogous Colors of #e8dfef

#e8dfef #efdfee #e0dfef

Monochromatic Colors of #e8dfef

#e8dfef

Complementary Color

#e8dfef #e6efdf

#e8dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dfef Color CSS Codes

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

#e8dfef Text Font Color

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

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


#e8dfef Background Color

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

This div background color is #e8dfef


#e8dfef Border Color

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

This div border color is #e8dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dfef


Comments

No comments written yet.

Please login to write comment.