color codes Logo

#efacec color codes

#EFACEC
(239,172,236)
0 Favorites   0 Comments

Color spaces of #efacec

RGB 239172236
HSL0.840.680.81
HSV303°28°94°
CMYK 0.000.280.01   0.06
XYZ65.489453.911986.3112
Yxy53.91190.31840.2621
Hunter Lab73.424730.7155-18.2984
CIE-Lab78.410334.6777-22.3204

#efacec color RGB value is (239,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11101100
Octal 357 254 354
Decimal 239 172 236
Hex EF AC EC

RGB Percentages of Color #efacec

%36.94
%26.58
%36.48

CMYK Percentages of Color #efacec

%0
%28
%1
%6

Triadic Colors of #efacec

#efacec #ecefac #acecef

Analogous Colors of #efacec

#efacec #efaccb #d1acef

Monochromatic Colors of #efacec

#efacec

Complementary Color

#efacec #acefaf

#efacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacec Color CSS Codes

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

#efacec Text Font Color

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

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


#efacec Background Color

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

This div background color is #efacec


#efacec Border Color

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

This div border color is #efacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacec


Comments

No comments written yet.

Please login to write comment.