Color Hex Logo

#efc4de Color Hex

#EFC4DE
(239,196,222)
0 Favorites   0 Comments

Color spaces of #efc4de

RGB 239196222
HSL0.900.570.85
HSV324°18°94°
CMYK 0.000.180.07   0.06
XYZ68.521363.104577.6762
Yxy63.10450.32740.3015
Hunter Lab79.438314.9520-2.3680
CIE-Lab83.497319.4635-7.1589

#efc4de color RGB value is (239,196,222).

#efc4de hex color red value is 239, green value is 196 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efc4de hue: 0.90 , saturation: 0.57 and the lightness value of efc4de is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 11011110
Octal 357 304 336
Decimal 239 196 222
Hex EF C4 DE

RGB Percentages of Color #efc4de

%36.38
%29.83
%33.79

CMYK Percentages of Color #efc4de

%0
%18
%7
%6

Triadic Colors of #efc4de

#efc4de #deefc4 #c4deef

Analogous Colors of #efc4de

#efc4de #efc4c9 #ebc4ef

Monochromatic Colors of #efc4de

#efc4de

Complementary Color

#efc4de #c4efd5

#efc4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4de Color CSS Codes

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

#efc4de Text Font Color

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

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


#efc4de Background Color

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

This div background color is #efc4de


#efc4de Border Color

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

This div border color is #efc4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4de


Comments

No comments written yet.

Please login to write comment.