Color Hex Logo

#efab80 Color Hex

#EFAB80
(239,171,128)
0 Favorites   0 Comments

Color spaces of #efab80

RGB 239171128
HSL0.060.780.72
HSV23°46°94°
CMYK 0.000.280.46   0.06
XYZ54.055849.035127.0377
Yxy49.03510.41540.3768
Hunter Lab70.025115.249126.1248
CIE-Lab75.473219.977532.0033

#efab80 color RGB value is (239,171,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10000000
Octal 357 253 200
Decimal 239 171 128
Hex EF AB 80

RGB Percentages of Color #efab80

%44.42
%31.78
%23.79

CMYK Percentages of Color #efab80

%0
%28
%46
%6

Triadic Colors of #efab80

#efab80 #80efab #ab80ef

Analogous Colors of #efab80

#efab80 #efe380 #ef808d

Monochromatic Colors of #efab80

#efab80

Complementary Color

#efab80 #80c4ef

#efab80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab80 Color CSS Codes

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

#efab80 Text Font Color

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

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


#efab80 Background Color

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

This div background color is #efab80


#efab80 Border Color

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

This div border color is #efab80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab80


Comments

No comments written yet.

Please login to write comment.