Color Hex Logo

#efe5ed Color Hex

#EFE5ED
(239,229,237)
0 Favorites   0 Comments

Color spaces of #efe5ed

RGB 239229237
HSL0.870.240.92
HSV312°94°
CMYK 0.000.040.01   0.06
XYZ78.902080.503891.5010
Yxy80.50380.31450.3209
Hunter Lab89.7239-0.04632.3424
CIE-Lab91.91044.7844-2.6823

#efe5ed color RGB value is (239,229,237).

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

The process color (four color CMYK) of #efe5ed color hex is 0.00, 0.04, 0.01, 0.06. Web safe color of #efe5ed is #ffccff. Color #efe5ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 11101101
Octal 357 345 355
Decimal 239 229 237
Hex EF E5 ED

RGB Percentages of Color #efe5ed

%33.90
%32.48
%33.62

CMYK Percentages of Color #efe5ed

%0
%4
%1
%6

Triadic Colors of #efe5ed

#efe5ed #edefe5 #e5edef

Analogous Colors of #efe5ed

#efe5ed #efe5e8 #ece5ef

Monochromatic Colors of #efe5ed

#efe5ed

Complementary Color

#efe5ed #e5efe7

#efe5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe5ed Color CSS Codes

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

#efe5ed Text Font Color

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

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


#efe5ed Background Color

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

This div background color is #efe5ed


#efe5ed Border Color

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

This div border color is #efe5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe5ed


Comments

No comments written yet.

Please login to write comment.