Color Hex Logo

#e5cbfd Color Hex

#E5CBFD
(229,203,253)
0 Favorites   0 Comments

Color spaces of #e5cbfd

RGB 229203253
HSL0.750.930.89
HSV271°20°99°
CMYK 0.090.200.00   0.01
XYZ71.398766.4617101.9938
Yxy66.46170.29770.2771
Hunter Lab81.524013.6631-17.1102
CIE-Lab85.231418.1789-21.1528

#e5cbfd color RGB value is (229,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001011 11111101
Octal 345 313 375
Decimal 229 203 253
Hex E5 CB FD

RGB Percentages of Color #e5cbfd

%33.43
%29.64
%36.93

CMYK Percentages of Color #e5cbfd

%9
%20
%0
%1

Triadic Colors of #e5cbfd

#e5cbfd #fde5cb #cbfde5

Analogous Colors of #e5cbfd

#e5cbfd #fdcbfc #cccbfd

Monochromatic Colors of #e5cbfd

#e5cbfd

Complementary Color

#e5cbfd #e3fdcb

#e5cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cbfd Color CSS Codes

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

#e5cbfd Text Font Color

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

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


#e5cbfd Background Color

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

This div background color is #e5cbfd


#e5cbfd Border Color

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

This div border color is #e5cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cbfd


Comments

No comments written yet.

Please login to write comment.