Color Hex Logo

#e5dcfb Color Hex

#E5DCFB
(229,220,251)
0 Favorites   0 Comments

Color spaces of #e5dcfb

RGB 229220251
HSL0.720.790.92
HSV257°12°98°
CMYK 0.090.120.00   0.02
XYZ75.318974.8094101.7367
Yxy74.80940.29900.2970
Hunter Lab86.49244.0787-9.1952
CIE-Lab89.30368.7969-13.9671

#e5dcfb color RGB value is (229,220,251).

#e5dcfb hex color red value is 229, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e5dcfb hue: 0.72 , saturation: 0.79 and the lightness value of e5dcfb is 0.92.

The process color (four color CMYK) of #e5dcfb color hex is 0.09, 0.12, 0.00, 0.02. Web safe color of #e5dcfb is #ccccff. Color #e5dcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011100 11111011
Octal 345 334 373
Decimal 229 220 251
Hex E5 DC FB

RGB Percentages of Color #e5dcfb

%32.71
%31.43
%35.86

CMYK Percentages of Color #e5dcfb

%9
%12
%0
%2

Triadic Colors of #e5dcfb

#e5dcfb #fbe5dc #dcfbe5

Analogous Colors of #e5dcfb

#e5dcfb #f5dcfb #dce3fb

Monochromatic Colors of #e5dcfb

#e5dcfb

Complementary Color

#e5dcfb #f2fbdc

#e5dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dcfb Color CSS Codes

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

#e5dcfb Text Font Color

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

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


#e5dcfb Background Color

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

This div background color is #e5dcfb


#e5dcfb Border Color

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

This div border color is #e5dcfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,220,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5dcfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5dcfb;
  -webkit-box-shadow: 1px 1px 3px 2px #e5dcfb;
  box-shadow:         1px 1px 3px 2px #e5dcfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,220,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dcfb


Comments

No comments written yet.

Please login to write comment.