Color Hex Logo

#efabaa Color Hex

#EFABAA
(239,171,170)
0 Favorites   0 Comments

Color spaces of #efabaa

RGB 239171170
HSL0.000.680.80
HSV29°94°
CMYK 0.000.280.29   0.06
XYZ57.415250.378844.7282
Yxy50.37880.37640.3303
Hunter Lab70.978020.179812.3219
CIE-Lab76.301224.818210.4653

#efabaa color RGB value is (239,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10101010
Octal 357 253 252
Decimal 239 171 170
Hex EF AB AA

RGB Percentages of Color #efabaa

%41.21
%29.48
%29.31

CMYK Percentages of Color #efabaa

%0
%28
%29
%6

Triadic Colors of #efabaa

#efabaa #aaefab #abaaef

Analogous Colors of #efabaa

#efabaa #efceaa #efaacc

Monochromatic Colors of #efabaa

#efabaa

Complementary Color

#efabaa #aaeeef

#efabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabaa Color CSS Codes

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

#efabaa Text Font Color

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

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


#efabaa Background Color

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

This div background color is #efabaa


#efabaa Border Color

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

This div border color is #efabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabaa

#efabaa Color Palettes


Comments

No comments written yet.

Please login to write comment.