Color Hex Logo

#efd2de Color Hex

#EFD2DE
(239,210,222)
0 Favorites   0 Comments

Color spaces of #efd2de

RGB 239210222
HSL0.930.480.88
HSV335°12°94°
CMYK 0.000.120.07   0.06
XYZ71.828069.717878.7784
Yxy69.71780.32600.3164
Hunter Lab83.49727.43362.5088
CIE-Lab86.858312.0756-2.2055

#efd2de color RGB value is (239,210,222).

#efd2de hex color red value is 239, green value is 210 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efd2de hue: 0.93 , saturation: 0.48 and the lightness value of efd2de is 0.88.

The process color (four color CMYK) of #efd2de color hex is 0.00, 0.12, 0.07, 0.06. Web safe color of #efd2de is #ffcccc. Color #efd2de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 11011110
Octal 357 322 336
Decimal 239 210 222
Hex EF D2 DE

RGB Percentages of Color #efd2de

%35.62
%31.30
%33.08

CMYK Percentages of Color #efd2de

%0
%12
%7
%6

Triadic Colors of #efd2de

#efd2de #deefd2 #d2deef

Analogous Colors of #efd2de

#efd2de #efd5d2 #efd2ed

Monochromatic Colors of #efd2de

#efd2de

Complementary Color

#efd2de #d2efe3

#efd2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd2de Color CSS Codes

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

#efd2de Text Font Color

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

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


#efd2de Background Color

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

This div background color is #efd2de


#efd2de Border Color

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

This div border color is #efd2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd2de


Comments

No comments written yet.

Please login to write comment.