Color Hex Logo

#e5caea Color Hex

#E5CAEA
(229,202,234)
0 Favorites   0 Comments

Color spaces of #e5caea

RGB 229202234
HSL0.810.430.85
HSV291°14°92°
CMYK 0.020.140.00   0.08
XYZ68.284964.839686.7582
Yxy64.83960.31060.2949
Hunter Lab80.523010.4557-7.5149
CIE-Lab84.401015.0521-12.3106

#e5caea color RGB value is (229,202,234).

#e5caea hex color red value is 229, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e5caea hue: 0.81 , saturation: 0.43 and the lightness value of e5caea is 0.85.

The process color (four color CMYK) of #e5caea color hex is 0.02, 0.14, 0.00, 0.08. Web safe color of #e5caea is #ccccff. Color #e5caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001010 11101010
Octal 345 312 352
Decimal 229 202 234
Hex E5 CA EA

RGB Percentages of Color #e5caea

%34.44
%30.38
%35.19

CMYK Percentages of Color #e5caea

%2
%14
%0
%8

Triadic Colors of #e5caea

#e5caea #eae5ca #caeae5

Analogous Colors of #e5caea

#e5caea #eacadf #d5caea

Monochromatic Colors of #e5caea

#e5caea

Complementary Color

#e5caea #cfeaca

#e5caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5caea Color CSS Codes

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

#e5caea Text Font Color

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

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


#e5caea Background Color

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

This div background color is #e5caea


#e5caea Border Color

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

This div border color is #e5caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5caea

#e5caea Color Palettes


Comments

No comments written yet.

Please login to write comment.