Color Hex Logo

#e0caee Color Hex

#E0CAEE
(224,202,238)
0 Favorites   0 Comments

Color spaces of #e0caee

RGB 224202238
HSL0.770.510.86
HSV277°15°93°
CMYK 0.060.150.00   0.07
XYZ67.293664.261489.7459
Yxy64.26140.30410.2904
Hunter Lab80.16329.5575-10.2633
CIE-Lab84.101714.1648-14.9311

#e0caee color RGB value is (224,202,238).

#e0caee hex color red value is 224, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e0caee hue: 0.77 , saturation: 0.51 and the lightness value of e0caee is 0.86.

The process color (four color CMYK) of #e0caee color hex is 0.06, 0.15, 0.00, 0.07. Web safe color of #e0caee is #ccccff. Color #e0caee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 11101110
Octal 340 312 356
Decimal 224 202 238
Hex E0 CA EE

RGB Percentages of Color #e0caee

%33.73
%30.42
%35.84

CMYK Percentages of Color #e0caee

%6
%15
%0
%7

Triadic Colors of #e0caee

#e0caee #eee0ca #caeee0

Analogous Colors of #e0caee

#e0caee #eecaea #cecaee

Monochromatic Colors of #e0caee

#e0caee

Complementary Color

#e0caee #d8eeca

#e0caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0caee Color CSS Codes

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

#e0caee Text Font Color

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

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


#e0caee Background Color

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

This div background color is #e0caee


#e0caee Border Color

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

This div border color is #e0caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0caee


Comments

No comments written yet.

Please login to write comment.