Color Hex Logo

#e5cffe Color Hex

#E5CFFE
(229,207,254)
0 Favorites   0 Comments

Color spaces of #e5cffe

RGB 229207254
HSL0.740.960.90
HSV268°19°100°
CMYK 0.100.190.00   0.00
XYZ72.515368.4394103.1541
Yxy68.43940.29710.2804
Hunter Lab82.728111.6899-16.0193
CIE-Lab86.225716.2502-20.1777

#e5cffe color RGB value is (229,207,254).

#e5cffe hex color red value is 229, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e5cffe hue: 0.74 , saturation: 0.96 and the lightness value of e5cffe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001111 11111110
Octal 345 317 376
Decimal 229 207 254
Hex E5 CF FE

RGB Percentages of Color #e5cffe

%33.19
%30.00
%36.81

CMYK Percentages of Color #e5cffe

%10
%19
%0
%0

Triadic Colors of #e5cffe

#e5cffe #fee5cf #cffee5

Analogous Colors of #e5cffe

#e5cffe #fdcffe #cfd1fe

Monochromatic Colors of #e5cffe

#e5cffe

Complementary Color

#e5cffe #e8fecf

#e5cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cffe Color CSS Codes

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

#e5cffe Text Font Color

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

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


#e5cffe Background Color

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

This div background color is #e5cffe


#e5cffe Border Color

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

This div border color is #e5cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cffe


Comments

No comments written yet.

Please login to write comment.