Color Hex Logo

#efe1ed Color Hex

#EFE1ED
(239,225,237)
0 Favorites   0 Comments

Color spaces of #efe1ed

RGB 239225237
HSL0.860.300.91
HSV309°94°
CMYK 0.000.060.01   0.06
XYZ77.807978.315691.1363
Yxy78.31560.31470.3167
Hunter Lab88.49612.07330.8884
CIE-Lab90.92376.8553-4.1324

#efe1ed color RGB value is (239,225,237).

#efe1ed hex color red value is 239, green value is 225 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #efe1ed hue: 0.86 , saturation: 0.30 and the lightness value of efe1ed is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 11101101
Octal 357 341 355
Decimal 239 225 237
Hex EF E1 ED

RGB Percentages of Color #efe1ed

%34.09
%32.10
%33.81

CMYK Percentages of Color #efe1ed

%0
%6
%1
%6

Triadic Colors of #efe1ed

#efe1ed #edefe1 #e1edef

Analogous Colors of #efe1ed

#efe1ed #efe1e6 #eae1ef

Monochromatic Colors of #efe1ed

#efe1ed

Complementary Color

#efe1ed #e1efe3

#efe1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe1ed Color CSS Codes

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

#efe1ed Text Font Color

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

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


#efe1ed Background Color

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

This div background color is #efe1ed


#efe1ed Border Color

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

This div border color is #efe1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe1ed


Comments

No comments written yet.

Please login to write comment.