Color Hex Logo

#efaba1 Color Hex

#EFABA1
(239,171,161)
0 Favorites   0 Comments

Color spaces of #efaba1

RGB 239171161
HSL0.020.710.78
HSV33°94°
CMYK 0.000.280.33   0.06
XYZ56.592550.049840.3960
Yxy50.04980.38490.3404
Hunter Lab70.745918.984115.6674
CIE-Lab76.099823.657615.0820

#efaba1 color RGB value is (239,171,161).

#efaba1 hex color red value is 239, green value is 171 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #efaba1 hue: 0.02 , saturation: 0.71 and the lightness value of efaba1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10100001
Octal 357 253 241
Decimal 239 171 161
Hex EF AB A1

RGB Percentages of Color #efaba1

%41.86
%29.95
%28.20

CMYK Percentages of Color #efaba1

%0
%28
%33
%6

Triadic Colors of #efaba1

#efaba1 #a1efab #aba1ef

Analogous Colors of #efaba1

#efaba1 #efd2a1 #efa1be

Monochromatic Colors of #efaba1

#efaba1

Complementary Color

#efaba1 #a1e5ef

#efaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaba1 Color CSS Codes

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

#efaba1 Text Font Color

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

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


#efaba1 Background Color

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

This div background color is #efaba1


#efaba1 Border Color

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

This div border color is #efaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaba1


Comments

No comments written yet.

Please login to write comment.