Color Hex Logo

#efadde Color Hex

#EFADDE
(239,173,222)
0 Favorites   0 Comments

Color spaces of #efadde

RGB 239173222
HSL0.880.670.81
HSV315°28°94°
CMYK 0.000.280.07   0.06
XYZ63.725053.511876.0774
Yxy53.51180.32960.2768
Hunter Lab73.151827.4819-10.4550
CIE-Lab78.176231.6847-15.0987

#efadde color RGB value is (239,173,222).

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

The process color (four color CMYK) of #efadde color hex is 0.00, 0.28, 0.07, 0.06. Web safe color of #efadde is #ff99cc. Color #efadde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11011110
Octal 357 255 336
Decimal 239 173 222
Hex EF AD DE

RGB Percentages of Color #efadde

%37.70
%27.29
%35.02

CMYK Percentages of Color #efadde

%0
%28
%7
%6

Triadic Colors of #efadde

#efadde #deefad #addeef

Analogous Colors of #efadde

#efadde #efadbd #dfadef

Monochromatic Colors of #efadde

#efadde

Complementary Color

#efadde #adefbe

#efadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadde Color CSS Codes

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

#efadde Text Font Color

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

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


#efadde Background Color

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

This div background color is #efadde


#efadde Border Color

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

This div border color is #efadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadde


Comments

No comments written yet.

Please login to write comment.