Color Hex Logo

#efaadc Color Hex

#EFAADC
(239,170,220)
0 Favorites   0 Comments

Color spaces of #efaadc

RGB 239170220
HSL0.880.680.80
HSV317°29°94°
CMYK 0.000.290.08   0.06
XYZ62.889652.267574.4841
Yxy52.26750.33160.2756
Hunter Lab72.296328.7564-10.4769
CIE-Lab77.440532.9351-15.1194

#efaadc color RGB value is (239,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11011100
Octal 357 252 334
Decimal 239 170 220
Hex EF AA DC

RGB Percentages of Color #efaadc

%38.00
%27.03
%34.98

CMYK Percentages of Color #efaadc

%0
%29
%8
%6

Triadic Colors of #efaadc

#efaadc #dcefaa #aadcef

Analogous Colors of #efaadc

#efaadc #efaaba #e0aaef

Monochromatic Colors of #efaadc

#efaadc

Complementary Color

#efaadc #aaefbd

#efaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaadc Color CSS Codes

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

#efaadc Text Font Color

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

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


#efaadc Background Color

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

This div background color is #efaadc


#efaadc Border Color

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

This div border color is #efaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaadc


Comments

No comments written yet.

Please login to write comment.