Color Hex Logo

#efab6a Color Hex

#EFAB6A
(239,171,106)
0 Favorites   0 Comments

Color spaces of #efab6a

RGB 239171106
HSL0.080.810.68
HSV29°56°94°
CMYK 0.000.280.56   0.06
XYZ52.761048.517120.2196
Yxy48.51710.43430.3993
Hunter Lab69.654213.313631.5469
CIE-Lab75.149918.036543.0510

#efab6a color RGB value is (239,171,106).

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

The process color (four color CMYK) of #efab6a color hex is 0.00, 0.28, 0.56, 0.06. Web safe color of #efab6a is #ff9966. Color #efab6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 01101010
Octal 357 253 152
Decimal 239 171 106
Hex EF AB 6A

RGB Percentages of Color #efab6a

%46.32
%33.14
%20.54

CMYK Percentages of Color #efab6a

%0
%28
%56
%6

Triadic Colors of #efab6a

#efab6a #6aefab #ab6aef

Analogous Colors of #efab6a

#efab6a #efee6a #ef6a6c

Monochromatic Colors of #efab6a

#efab6a

Complementary Color

#efab6a #6aaeef

#efab6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab6a Color CSS Codes

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

#efab6a Text Font Color

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

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


#efab6a Background Color

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

This div background color is #efab6a


#efab6a Border Color

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

This div border color is #efab6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab6a


Comments

No comments written yet.

Please login to write comment.