Color Hex Logo

#efacbb Color Hex

#EFACBB
(239,172,187)
0 Favorites   0 Comments

Color spaces of #efacbb

RGB 239172187
HSL0.960.680.81
HSV347°28°94°
CMYK 0.000.280.22   0.06
XYZ59.318851.443653.8169
Yxy51.44360.36040.3126
Hunter Lab71.724222.10945.7198
CIE-Lab76.946926.65522.1226

#efacbb color RGB value is (239,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10111011
Octal 357 254 273
Decimal 239 172 187
Hex EF AC BB

RGB Percentages of Color #efacbb

%39.97
%28.76
%31.27

CMYK Percentages of Color #efacbb

%0
%28
%22
%6

Triadic Colors of #efacbb

#efacbb #bbefac #acbbef

Analogous Colors of #efacbb

#efacbb #efbfac #efacdd

Monochromatic Colors of #efacbb

#efacbb

Complementary Color

#efacbb #acefe0

#efacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacbb Color CSS Codes

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

#efacbb Text Font Color

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

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


#efacbb Background Color

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

This div background color is #efacbb


#efacbb Border Color

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

This div border color is #efacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacbb


Comments

No comments written yet.

Please login to write comment.