Color Hex Logo

#efae60 Color Hex

#EFAE60
(239,174,96)
0 Favorites   0 Comments

Color spaces of #efae60

RGB 23917496
HSL0.090.820.66
HSV33°60°94°
CMYK 0.000.270.60   0.06
XYZ52.844049.467417.8293
Yxy49.46740.43990.4117
Hunter Lab70.333111.031234.2032
CIE-Lab75.741215.703248.7566

#efae60 color RGB value is (239,174,96).

#efae60 hex color red value is 239, green value is 174 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #efae60 hue: 0.09 , saturation: 0.82 and the lightness value of efae60 is 0.66.

The process color (four color CMYK) of #efae60 color hex is 0.00, 0.27, 0.60, 0.06. Web safe color of #efae60 is #ff9966. Color #efae60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 01100000
Octal 357 256 140
Decimal 239 174 96
Hex EF AE 60

RGB Percentages of Color #efae60

%46.95
%34.18
%18.86

CMYK Percentages of Color #efae60

%0
%27
%60
%6

Triadic Colors of #efae60

#efae60 #60efae #ae60ef

Analogous Colors of #efae60

#efae60 #e9ef60 #ef6760

Monochromatic Colors of #efae60

#efae60

Complementary Color

#efae60 #60a1ef

#efae60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae60 Color CSS Codes

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

#efae60 Text Font Color

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

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


#efae60 Background Color

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

This div background color is #efae60


#efae60 Border Color

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

This div border color is #efae60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae60


Comments

No comments written yet.

Please login to write comment.