Color Hex Logo

#efacc7 Color Hex

#EFACC7
(239,172,199)
0 Favorites   0 Comments

Color spaces of #efacc7

RGB 239172199
HSL0.930.680.81
HSV336°28°94°
CMYK 0.000.280.17   0.06
XYZ60.657951.979360.8688
Yxy51.97930.34960.2996
Hunter Lab72.096724.01020.4111
CIE-Lab77.268528.4608-3.9484

#efacc7 color RGB value is (239,172,199).

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

The process color (four color CMYK) of #efacc7 color hex is 0.00, 0.28, 0.17, 0.06. Web safe color of #efacc7 is #ff99cc. Color #efacc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11000111
Octal 357 254 307
Decimal 239 172 199
Hex EF AC C7

RGB Percentages of Color #efacc7

%39.18
%28.20
%32.62

CMYK Percentages of Color #efacc7

%0
%28
%17
%6

Triadic Colors of #efacc7

#efacc7 #c7efac #acc7ef

Analogous Colors of #efacc7

#efacc7 #efb3ac #eface9

Monochromatic Colors of #efacc7

#efacc7

Complementary Color

#efacc7 #acefd4

#efacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacc7 Color CSS Codes

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

#efacc7 Text Font Color

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

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


#efacc7 Background Color

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

This div background color is #efacc7


#efacc7 Border Color

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

This div border color is #efacc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacc7


Comments

No comments written yet.

Please login to write comment.