Color Hex Logo

#efe2ed Color Hex

#EFE2ED
(239,226,237)
0 Favorites   0 Comments

Color spaces of #efe2ed

RGB 239226237
HSL0.860.290.91
HSV309°94°
CMYK 0.000.050.01   0.06
XYZ78.079078.857991.2266
Yxy78.85790.31460.3178
Hunter Lab88.80201.54241.2525
CIE-Lab91.17006.3366-3.7701

#efe2ed color RGB value is (239,226,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 11101101
Octal 357 342 355
Decimal 239 226 237
Hex EF E2 ED

RGB Percentages of Color #efe2ed

%34.05
%32.19
%33.76

CMYK Percentages of Color #efe2ed

%0
%5
%1
%6

Triadic Colors of #efe2ed

#efe2ed #edefe2 #e2edef

Analogous Colors of #efe2ed

#efe2ed #efe2e7 #ebe2ef

Monochromatic Colors of #efe2ed

#efe2ed

Complementary Color

#efe2ed #e2efe4

#efe2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe2ed Color CSS Codes

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

#efe2ed Text Font Color

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

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


#efe2ed Background Color

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

This div background color is #efe2ed


#efe2ed Border Color

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

This div border color is #efe2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe2ed


Comments

No comments written yet.

Please login to write comment.