Color Hex Logo

#e5cdff Color Hex

#E5CDFF
(229,205,255)
0 Favorites   0 Comments

Color spaces of #e5cdff

RGB 229205255
HSL0.751.000.90
HSV269°20°100°
CMYK 0.100.200.00   0.00
XYZ72.194467.5407103.8393
Yxy67.54070.29640.2773
Hunter Lab82.183112.9841-17.3854
CIE-Lab85.776317.5124-21.3866

#e5cdff color RGB value is (229,205,255).

#e5cdff hex color red value is 229, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e5cdff hue: 0.75 , saturation: 1.00 and the lightness value of e5cdff is 0.90.

The process color (four color CMYK) of #e5cdff color hex is 0.10, 0.20, 0.00, 0.00. Web safe color of #e5cdff is #ccccff. Color #e5cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001101 11111111
Octal 345 315 377
Decimal 229 205 255
Hex E5 CD FF

RGB Percentages of Color #e5cdff

%33.24
%29.75
%37.01

CMYK Percentages of Color #e5cdff

%10
%20
%0
%0

Triadic Colors of #e5cdff

#e5cdff #ffe5cd #cdffe5

Analogous Colors of #e5cdff

#e5cdff #fecdff #cdceff

Monochromatic Colors of #e5cdff

#e5cdff

Complementary Color

#e5cdff #e7ffcd

#e5cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cdff Color CSS Codes

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

#e5cdff Text Font Color

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

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


#e5cdff Background Color

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

This div background color is #e5cdff


#e5cdff Border Color

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

This div border color is #e5cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cdff

#e5cdff Color Palettes


Comments

No comments written yet.

Please login to write comment.