Color Hex Logo

#efaedd Color Hex

#EFAEDD
(239,174,221)
0 Favorites   0 Comments

Color spaces of #efaedd

RGB 239174221
HSL0.880.670.81
HSV317°27°94°
CMYK 0.000.270.08   0.06
XYZ63.783853.843375.4376
Yxy53.84330.33040.2789
Hunter Lab73.378026.7496-9.5896
CIE-Lab78.370330.9828-14.2652

#efaedd color RGB value is (239,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11011101
Octal 357 256 335
Decimal 239 174 221
Hex EF AE DD

RGB Percentages of Color #efaedd

%37.70
%27.44
%34.86

CMYK Percentages of Color #efaedd

%0
%27
%8
%6

Triadic Colors of #efaedd

#efaedd #ddefae #aeddef

Analogous Colors of #efaedd

#efaedd #efaebd #e1aeef

Monochromatic Colors of #efaedd

#efaedd

Complementary Color

#efaedd #aeefc0

#efaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaedd Color CSS Codes

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

#efaedd Text Font Color

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

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


#efaedd Background Color

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

This div background color is #efaedd


#efaedd Border Color

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

This div border color is #efaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaedd


Comments

No comments written yet.

Please login to write comment.