Color Hex Logo

#efd3de Color Hex

#EFD3DE
(239,211,222)
0 Favorites   0 Comments

Color spaces of #efd3de

RGB 239211222
HSL0.930.470.88
HSV336°12°94°
CMYK 0.000.120.07   0.06
XYZ72.075770.213278.8609
Yxy70.21320.32590.3175
Hunter Lab83.79336.90032.8554
CIE-Lab87.101311.5508-1.8491

#efd3de color RGB value is (239,211,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 11011110
Octal 357 323 336
Decimal 239 211 222
Hex EF D3 DE

RGB Percentages of Color #efd3de

%35.57
%31.40
%33.04

CMYK Percentages of Color #efd3de

%0
%12
%7
%6

Triadic Colors of #efd3de

#efd3de #deefd3 #d3deef

Analogous Colors of #efd3de

#efd3de #efd6d3 #efd3ec

Monochromatic Colors of #efd3de

#efd3de

Complementary Color

#efd3de #d3efe4

#efd3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3de Color CSS Codes

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

#efd3de Text Font Color

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

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


#efd3de Background Color

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

This div background color is #efd3de


#efd3de Border Color

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

This div border color is #efd3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3de


Comments

No comments written yet.

Please login to write comment.