Color Hex Logo

#e5cfee Color Hex

#E5CFEE
(229,207,238)
0 Favorites   0 Comments

Color spaces of #e5cfee

RGB 229207238
HSL0.780.480.87
HSV283°13°93°
CMYK 0.040.130.00   0.07
XYZ70.058567.456790.2169
Yxy67.45670.30760.2962
Hunter Lab82.13208.5292-7.6339
CIE-Lab85.734113.1503-12.4442

#e5cfee color RGB value is (229,207,238).

#e5cfee hex color red value is 229, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e5cfee hue: 0.78 , saturation: 0.48 and the lightness value of e5cfee is 0.87.

The process color (four color CMYK) of #e5cfee color hex is 0.04, 0.13, 0.00, 0.07. Web safe color of #e5cfee is #ccccff. Color #e5cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001111 11101110
Octal 345 317 356
Decimal 229 207 238
Hex E5 CF EE

RGB Percentages of Color #e5cfee

%33.98
%30.71
%35.31

CMYK Percentages of Color #e5cfee

%4
%13
%0
%7

Triadic Colors of #e5cfee

#e5cfee #eee5cf #cfeee5

Analogous Colors of #e5cfee

#e5cfee #eecfe8 #d6cfee

Monochromatic Colors of #e5cfee

#e5cfee

Complementary Color

#e5cfee #d8eecf

#e5cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cfee Color CSS Codes

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

#e5cfee Text Font Color

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

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


#e5cfee Background Color

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

This div background color is #e5cfee


#e5cfee Border Color

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

This div border color is #e5cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cfee


Comments

No comments written yet.

Please login to write comment.