Color Hex Logo

#efaeda Color Hex

#EFAEDA
(239,174,218)
0 Favorites   0 Comments

Color spaces of #efaeda

RGB 239174218
HSL0.890.670.81
HSV319°27°94°
CMYK 0.000.270.09   0.06
XYZ63.387553.684873.3510
Yxy53.68480.33290.2819
Hunter Lab73.269926.2021-8.0667
CIE-Lab78.277630.4738-12.7780

#efaeda color RGB value is (239,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11011010
Octal 357 256 332
Decimal 239 174 218
Hex EF AE DA

RGB Percentages of Color #efaeda

%37.88
%27.58
%34.55

CMYK Percentages of Color #efaeda

%0
%27
%9
%6

Triadic Colors of #efaeda

#efaeda #daefae #aedaef

Analogous Colors of #efaeda

#efaeda #efaeba #e4aeef

Monochromatic Colors of #efaeda

#efaeda

Complementary Color

#efaeda #aeefc3

#efaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaeda Color CSS Codes

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

#efaeda Text Font Color

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

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


#efaeda Background Color

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

This div background color is #efaeda


#efaeda Border Color

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

This div border color is #efaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaeda

#efaeda Color Palettes


Comments

No comments written yet.

Please login to write comment.