Color Hex Logo

#e5cbfe Color Hex

#E5CBFE
(229,203,254)
0 Favorites   0 Comments

Color spaces of #e5cbfe

RGB 229203254
HSL0.750.960.90
HSV271°20°100°
CMYK 0.100.200.00   0.00
XYZ71.558466.5256102.8351
Yxy66.52560.29700.2761
Hunter Lab81.563213.8689-17.6587
CIE-Lab85.263818.3777-21.6335

#e5cbfe color RGB value is (229,203,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001011 11111110
Octal 345 313 376
Decimal 229 203 254
Hex E5 CB FE

RGB Percentages of Color #e5cbfe

%33.38
%29.59
%37.03

CMYK Percentages of Color #e5cbfe

%10
%20
%0
%0

Triadic Colors of #e5cbfe

#e5cbfe #fee5cb #cbfee5

Analogous Colors of #e5cbfe

#e5cbfe #fecbfe #cccbfe

Monochromatic Colors of #e5cbfe

#e5cbfe

Complementary Color

#e5cbfe #e4fecb

#e5cbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cbfe Color CSS Codes

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

#e5cbfe Text Font Color

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

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


#e5cbfe Background Color

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

This div background color is #e5cbfe


#e5cbfe Border Color

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

This div border color is #e5cbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,203,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 #e5cbfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cbfe


Comments

No comments written yet.

Please login to write comment.