Color Hex Logo

#efaade Color Hex

#EFAADE
(239,170,222)
0 Favorites   0 Comments

Color spaces of #efaade

RGB 239170222
HSL0.870.680.80
HSV315°29°94°
CMYK 0.000.290.07   0.06
XYZ63.156152.374175.8878
Yxy52.37410.32990.2736
Hunter Lab72.370029.1267-11.5131
CIE-Lab77.504033.2760-16.1101

#efaade color RGB value is (239,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11011110
Octal 357 252 336
Decimal 239 170 222
Hex EF AA DE

RGB Percentages of Color #efaade

%37.88
%26.94
%35.18

CMYK Percentages of Color #efaade

%0
%29
%7
%6

Triadic Colors of #efaade

#efaade #deefaa #aadeef

Analogous Colors of #efaade

#efaade #efaabc #deaaef

Monochromatic Colors of #efaade

#efaade

Complementary Color

#efaade #aaefbb

#efaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaade Color CSS Codes

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

#efaade Text Font Color

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

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


#efaade Background Color

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

This div background color is #efaade


#efaade Border Color

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

This div border color is #efaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaade


Comments

No comments written yet.

Please login to write comment.