Color Hex Logo

#efd5ed Color Hex

#EFD5ED
(239,213,237)
0 Favorites   0 Comments

Color spaces of #efd5ed

RGB 239213237
HSL0.850.450.89
HSV305°11°94°
CMYK 0.000.110.01   0.06
XYZ74.676972.053690.0926
Yxy72.05360.31530.3043
Hunter Lab84.88448.4874-3.5088
CIE-Lab87.994413.1218-8.4608

#efd5ed color RGB value is (239,213,237).

#efd5ed hex color red value is 239, green value is 213 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #efd5ed hue: 0.85 , saturation: 0.45 and the lightness value of efd5ed is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 11101101
Octal 357 325 355
Decimal 239 213 237
Hex EF D5 ED

RGB Percentages of Color #efd5ed

%34.69
%30.91
%34.40

CMYK Percentages of Color #efd5ed

%0
%11
%1
%6

Triadic Colors of #efd5ed

#efd5ed #edefd5 #d5edef

Analogous Colors of #efd5ed

#efd5ed #efd5e0 #e4d5ef

Monochromatic Colors of #efd5ed

#efd5ed

Complementary Color

#efd5ed #d5efd7

#efd5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd5ed Color CSS Codes

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

#efd5ed Text Font Color

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

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


#efd5ed Background Color

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

This div background color is #efd5ed


#efd5ed Border Color

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

This div border color is #efd5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd5ed


Comments

No comments written yet.

Please login to write comment.