Color Hex Logo

#e1caee Color Hex

#E1CAEE
(225,202,238)
0 Favorites   0 Comments

Color spaces of #e1caee

RGB 225202238
HSL0.770.510.86
HSV278°15°93°
CMYK 0.050.150.00   0.07
XYZ67.604564.421789.7604
Yxy64.42170.30480.2905
Hunter Lab80.26319.8876-10.1214
CIE-Lab84.184814.4915-14.7979

#e1caee color RGB value is (225,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001010 11101110
Octal 341 312 356
Decimal 225 202 238
Hex E1 CA EE

RGB Percentages of Color #e1caee

%33.83
%30.38
%35.79

CMYK Percentages of Color #e1caee

%5
%15
%0
%7

Triadic Colors of #e1caee

#e1caee #eee1ca #caeee1

Analogous Colors of #e1caee

#e1caee #eecae9 #cfcaee

Monochromatic Colors of #e1caee

#e1caee

Complementary Color

#e1caee #d7eeca

#e1caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1caee Color CSS Codes

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

#e1caee Text Font Color

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

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


#e1caee Background Color

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

This div background color is #e1caee


#e1caee Border Color

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

This div border color is #e1caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1caee


Comments

No comments written yet.

Please login to write comment.