Color Hex Logo

#efabaf Color Hex

#EFABAF
(239,171,175)
0 Favorites   0 Comments

Color spaces of #efabaf

RGB 239171175
HSL0.990.680.80
HSV356°28°94°
CMYK 0.000.280.27   0.06
XYZ57.897450.571747.2672
Yxy50.57170.37180.3247
Hunter Lab71.113820.876910.3714
CIE-Lab76.418825.49107.9065

#efabaf color RGB value is (239,171,175).

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

The process color (four color CMYK) of #efabaf color hex is 0.00, 0.28, 0.27, 0.06. Web safe color of #efabaf is #ff9999. Color #efabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10101111
Octal 357 253 257
Decimal 239 171 175
Hex EF AB AF

RGB Percentages of Color #efabaf

%40.85
%29.23
%29.91

CMYK Percentages of Color #efabaf

%0
%28
%27
%6

Triadic Colors of #efabaf

#efabaf #afefab #abafef

Analogous Colors of #efabaf

#efabaf #efc9ab #efabd1

Monochromatic Colors of #efabaf

#efabaf

Complementary Color

#efabaf #abefeb

#efabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabaf Color CSS Codes

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

#efabaf Text Font Color

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

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


#efabaf Background Color

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

This div background color is #efabaf


#efabaf Border Color

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

This div border color is #efabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabaf


Comments

No comments written yet.

Please login to write comment.