Color Hex Logo

#efaaed Color Hex

#EFAAED
(239,170,237)
0 Favorites   0 Comments

Color spaces of #efaaed

RGB 239170237
HSL0.840.680.80
HSV302°29°94°
CMYK 0.000.290.01   0.06
XYZ65.257453.214686.9528
Yxy53.21460.31770.2590
Hunter Lab72.948332.0212-19.6085
CIE-Lab78.001535.9177-23.4828

#efaaed color RGB value is (239,170,237).

#efaaed hex color red value is 239, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #efaaed hue: 0.84 , saturation: 0.68 and the lightness value of efaaed is 0.80.

The process color (four color CMYK) of #efaaed color hex is 0.00, 0.29, 0.01, 0.06. Web safe color of #efaaed is #ff99ff. Color #efaaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11101101
Octal 357 252 355
Decimal 239 170 237
Hex EF AA ED

RGB Percentages of Color #efaaed

%37.00
%26.32
%36.69

CMYK Percentages of Color #efaaed

%0
%29
%1
%6

Triadic Colors of #efaaed

#efaaed #edefaa #aaedef

Analogous Colors of #efaaed

#efaaed #efaacb #cfaaef

Monochromatic Colors of #efaaed

#efaaed

Complementary Color

#efaaed #aaefac

#efaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaed Color CSS Codes

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

#efaaed Text Font Color

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

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


#efaaed Background Color

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

This div background color is #efaaed


#efaaed Border Color

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

This div border color is #efaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaed


Comments

No comments written yet.

Please login to write comment.