Color Hex Logo

#efadda Color Hex

#EFADDA
(239,173,218)
0 Favorites   0 Comments

Color spaces of #efadda

RGB 239173218
HSL0.890.670.81
HSV319°28°94°
CMYK 0.000.280.09   0.06
XYZ63.195153.299873.2868
Yxy53.29980.33300.2808
Hunter Lab73.006726.7491-8.4128
CIE-Lab78.051731.0051-13.1164

#efadda color RGB value is (239,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11011010
Octal 357 255 332
Decimal 239 173 218
Hex EF AD DA

RGB Percentages of Color #efadda

%37.94
%27.46
%34.60

CMYK Percentages of Color #efadda

%0
%28
%9
%6

Triadic Colors of #efadda

#efadda #daefad #addaef

Analogous Colors of #efadda

#efadda #efadb9 #e3adef

Monochromatic Colors of #efadda

#efadda

Complementary Color

#efadda #adefc2

#efadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadda Color CSS Codes

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

#efadda Text Font Color

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

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


#efadda Background Color

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

This div background color is #efadda


#efadda Border Color

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

This div border color is #efadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadda


Comments

No comments written yet.

Please login to write comment.