Color Hex Logo

#efacb7 Color Hex

#EFACB7
(239,172,183)
0 Favorites   0 Comments

Color spaces of #efacb7

RGB 239172183
HSL0.970.680.81
HSV350°28°94°
CMYK 0.000.280.23   0.06
XYZ58.896451.274751.5926
Yxy51.27470.36410.3170
Hunter Lab71.606421.50567.4058
CIE-Lab76.845126.07754.1564

#efacb7 color RGB value is (239,172,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10110111
Octal 357 254 267
Decimal 239 172 183
Hex EF AC B7

RGB Percentages of Color #efacb7

%40.24
%28.96
%30.81

CMYK Percentages of Color #efacb7

%0
%28
%23
%6

Triadic Colors of #efacb7

#efacb7 #b7efac #acb7ef

Analogous Colors of #efacb7

#efacb7 #efc3ac #efacd9

Monochromatic Colors of #efacb7

#efacb7

Complementary Color

#efacb7 #acefe4

#efacb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacb7 Color CSS Codes

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

#efacb7 Text Font Color

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

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


#efacb7 Background Color

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

This div background color is #efacb7


#efacb7 Border Color

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

This div border color is #efacb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacb7


Comments

No comments written yet.

Please login to write comment.