Color Hex Logo

#efaa68 Color Hex

#EFAA68
(239,170,104)
0 Favorites   0 Comments

Color spaces of #efaa68

RGB 239170104
HSL0.080.810.67
HSV29°56°94°
CMYK 0.000.290.56   0.06
XYZ52.470048.099619.6154
Yxy48.09960.43660.4002
Hunter Lab69.353913.675731.7787
CIE-Lab74.887718.409843.7470

#efaa68 color RGB value is (239,170,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 01101000
Octal 357 252 150
Decimal 239 170 104
Hex EF AA 68

RGB Percentages of Color #efaa68

%46.59
%33.14
%20.27

CMYK Percentages of Color #efaa68

%0
%29
%56
%6

Triadic Colors of #efaa68

#efaa68 #68efaa #aa68ef

Analogous Colors of #efaa68

#efaa68 #efee68 #ef686a

Monochromatic Colors of #efaa68

#efaa68

Complementary Color

#efaa68 #68adef

#efaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa68 Color CSS Codes

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

#efaa68 Text Font Color

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

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


#efaa68 Background Color

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

This div background color is #efaa68


#efaa68 Border Color

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

This div border color is #efaa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa68


Comments

No comments written yet.

Please login to write comment.