Color Hex Logo

#efacbe Color Hex

#EFACBE
(239,172,190)
0 Favorites   0 Comments

Color spaces of #efacbe

RGB 239172190
HSL0.960.680.81
HSV344°28°94°
CMYK 0.000.280.21   0.06
XYZ59.643451.573555.5263
Yxy51.57350.35770.3093
Hunter Lab71.814722.57184.4279
CIE-Lab77.025127.09630.6006

#efacbe color RGB value is (239,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10111110
Octal 357 254 276
Decimal 239 172 190
Hex EF AC BE

RGB Percentages of Color #efacbe

%39.77
%28.62
%31.61

CMYK Percentages of Color #efacbe

%0
%28
%21
%6

Triadic Colors of #efacbe

#efacbe #beefac #acbeef

Analogous Colors of #efacbe

#efacbe #efbcac #eface0

Monochromatic Colors of #efacbe

#efacbe

Complementary Color

#efacbe #acefdd

#efacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacbe Color CSS Codes

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

#efacbe Text Font Color

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

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


#efacbe Background Color

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

This div background color is #efacbe


#efacbe Border Color

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

This div border color is #efacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacbe


Comments

No comments written yet.

Please login to write comment.