Color Hex Logo

#efacbd Color Hex

#EFACBD
(239,172,189)
0 Favorites   0 Comments

Color spaces of #efacbd

RGB 239172189
HSL0.960.680.81
HSV345°28°94°
CMYK 0.000.280.21   0.06
XYZ59.534451.529954.9526
Yxy51.52990.35860.3104
Hunter Lab71.784322.41664.8611
CIE-Lab76.998926.94841.1076

#efacbd color RGB value is (239,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10111101
Octal 357 254 275
Decimal 239 172 189
Hex EF AC BD

RGB Percentages of Color #efacbd

%39.83
%28.67
%31.50

CMYK Percentages of Color #efacbd

%0
%28
%21
%6

Triadic Colors of #efacbd

#efacbd #bdefac #acbdef

Analogous Colors of #efacbd

#efacbd #efbdac #efacdf

Monochromatic Colors of #efacbd

#efacbd

Complementary Color

#efacbd #acefde

#efacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacbd Color CSS Codes

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

#efacbd Text Font Color

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

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


#efacbd Background Color

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

This div background color is #efacbd


#efacbd Border Color

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

This div border color is #efacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacbd


Comments

No comments written yet.

Please login to write comment.