Color Hex Logo

#efabbb Color Hex

#EFABBB
(239,171,187)
0 Favorites   0 Comments

Color spaces of #efabbb

RGB 239171187
HSL0.960.680.80
HSV346°28°94°
CMYK 0.000.280.22   0.06
XYZ59.129251.064453.7537
Yxy51.06440.36070.3115
Hunter Lab71.459422.64635.4220
CIE-Lab76.718027.18631.7898

#efabbb color RGB value is (239,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10111011
Octal 357 253 273
Decimal 239 171 187
Hex EF AB BB

RGB Percentages of Color #efabbb

%40.03
%28.64
%31.32

CMYK Percentages of Color #efabbb

%0
%28
%22
%6

Triadic Colors of #efabbb

#efabbb #bbefab #abbbef

Analogous Colors of #efabbb

#efabbb #efbdab #efabdd

Monochromatic Colors of #efabbb

#efabbb

Complementary Color

#efabbb #abefdf

#efabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabbb Color CSS Codes

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

#efabbb Text Font Color

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

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


#efabbb Background Color

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

This div background color is #efabbb


#efabbb Border Color

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

This div border color is #efabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabbb


Comments

No comments written yet.

Please login to write comment.