Color Hex Logo

#efd3ed Color Hex

#EFD3ED
(239,211,237)
0 Favorites   0 Comments

Color spaces of #efd3ed

RGB 239211237
HSL0.850.470.88
HSV304°12°94°
CMYK 0.000.120.01   0.06
XYZ74.176971.053789.9259
Yxy71.05370.31540.3022
Hunter Lab84.29349.5640-4.2465
CIE-Lab87.511114.1730-9.1781

#efd3ed color RGB value is (239,211,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 11101101
Octal 357 323 355
Decimal 239 211 237
Hex EF D3 ED

RGB Percentages of Color #efd3ed

%34.79
%30.71
%34.50

CMYK Percentages of Color #efd3ed

%0
%12
%1
%6

Triadic Colors of #efd3ed

#efd3ed #edefd3 #d3edef

Analogous Colors of #efd3ed

#efd3ed #efd3df #e3d3ef

Monochromatic Colors of #efd3ed

#efd3ed

Complementary Color

#efd3ed #d3efd5

#efd3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3ed Color CSS Codes

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

#efd3ed Text Font Color

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

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


#efd3ed Background Color

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

This div background color is #efd3ed


#efd3ed Border Color

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

This div border color is #efd3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3ed


Comments

No comments written yet.

Please login to write comment.