Color Hex Logo

#efabbd Color Hex

#EFABBD
(239,171,189)
0 Favorites   0 Comments

Color spaces of #efabbd

RGB 239171189
HSL0.960.680.80
HSV344°28°94°
CMYK 0.000.280.21   0.06
XYZ59.344851.150754.8894
Yxy51.15070.35880.3093
Hunter Lab71.519722.95414.5604
CIE-Lab76.770227.47950.7744

#efabbd color RGB value is (239,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10111101
Octal 357 253 275
Decimal 239 171 189
Hex EF AB BD

RGB Percentages of Color #efabbd

%39.90
%28.55
%31.55

CMYK Percentages of Color #efabbd

%0
%28
%21
%6

Triadic Colors of #efabbd

#efabbd #bdefab #abbdef

Analogous Colors of #efabbd

#efabbd #efbbab #efabdf

Monochromatic Colors of #efabbd

#efabbd

Complementary Color

#efabbd #abefdd

#efabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabbd Color CSS Codes

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

#efabbd Text Font Color

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

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


#efabbd Background Color

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

This div background color is #efabbd


#efabbd Border Color

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

This div border color is #efabbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,171,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 #efabbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabbd


Comments

No comments written yet.

Please login to write comment.