Color Hex Logo

#e5efec Color Hex

#E5EFEC
(229,239,236)
0 Favorites   0 Comments

Color spaces of #e5efec

RGB 229239236
HSL0.450.240.92
HSV162°94°
CMYK 0.040.000.01   0.06
XYZ78.319984.447191.5289
Yxy84.44710.30800.3321
Hunter Lab91.8951-8.68535.2728
CIE-Lab93.6443-3.84780.2880

#e5efec color RGB value is (229,239,236).

#e5efec hex color red value is 229, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e5efec hue: 0.45 , saturation: 0.24 and the lightness value of e5efec is 0.92.

The process color (four color CMYK) of #e5efec color hex is 0.04, 0.00, 0.01, 0.06. Web safe color of #e5efec is #ccffff. Color #e5efec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101111 11101100
Octal 345 357 354
Decimal 229 239 236
Hex E5 EF EC

RGB Percentages of Color #e5efec

%32.53
%33.95
%33.52

CMYK Percentages of Color #e5efec

%4
%0
%1
%6

Triadic Colors of #e5efec

#e5efec #ece5ef #efece5

Analogous Colors of #e5efec

#e5efec #e5edef #e5efe7

Monochromatic Colors of #e5efec

#e5efec

Complementary Color

#e5efec #efe5e8

#e5efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5efec Color CSS Codes

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

#e5efec Text Font Color

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

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


#e5efec Background Color

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

This div background color is #e5efec


#e5efec Border Color

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

This div border color is #e5efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5efec


Comments

No comments written yet.

Please login to write comment.