Color Hex Logo

#efae1f Color Hex

#EFAE1F
(239,174,31)
0 Favorites   0 Comments

Color spaces of #efae1f

RGB 23917431
HSL0.110.870.53
HSV41°87°94°
CMYK 0.000.270.87   0.06
XYZ50.980048.72188.0136
Yxy48.72180.47330.4523
Hunter Lab69.80108.217942.0538
CIE-Lab75.277912.808073.5612

#efae1f color RGB value is (239,174,31).

#efae1f hex color red value is 239, green value is 174 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #efae1f hue: 0.11 , saturation: 0.87 and the lightness value of efae1f is 0.53.

The process color (four color CMYK) of #efae1f color hex is 0.00, 0.27, 0.87, 0.06. Web safe color of #efae1f is #ff9933. Color #efae1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 00011111
Octal 357 256 37
Decimal 239 174 31
Hex EF AE 1F

RGB Percentages of Color #efae1f

%53.83
%39.19
%6.98

CMYK Percentages of Color #efae1f

%0
%27
%87
%6

Triadic Colors of #efae1f

#efae1f #1fefae #ae1fef

Analogous Colors of #efae1f

#efae1f #c8ef1f #ef461f

Monochromatic Colors of #efae1f

#efae1f

Complementary Color

#efae1f #1f60ef

#efae1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae1f Color CSS Codes

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

#efae1f Text Font Color

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

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


#efae1f Background Color

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

This div background color is #efae1f


#efae1f Border Color

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

This div border color is #efae1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae1f

#efae1f Color Palettes


Comments

No comments written yet.

Please login to write comment.