Color Hex Logo

#efaced Color Hex

#EFACED
(239,172,237)
0 Favorites   0 Comments

Color spaces of #efaced

RGB 239172237
HSL0.840.680.81
HSV302°28°94°
CMYK 0.000.280.01   0.06
XYZ65.635253.970287.0787
Yxy53.97020.31760.2611
Hunter Lab73.464430.9143-18.8524
CIE-Lab78.444434.8585-22.8088

#efaced color RGB value is (239,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11101101
Octal 357 254 355
Decimal 239 172 237
Hex EF AC ED

RGB Percentages of Color #efaced

%36.88
%26.54
%36.57

CMYK Percentages of Color #efaced

%0
%28
%1
%6

Triadic Colors of #efaced

#efaced #edefac #acedef

Analogous Colors of #efaced

#efaced #efaccc #d0acef

Monochromatic Colors of #efaced

#efaced

Complementary Color

#efaced #acefae

#efaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaced Color CSS Codes

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

#efaced Text Font Color

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

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


#efaced Background Color

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

This div background color is #efaced


#efaced Border Color

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

This div border color is #efaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaced


Comments

No comments written yet.

Please login to write comment.