Color Hex Logo

#e7ac1f Color Hex

#E7AC1F
(231,172,31)
0 Favorites   0 Comments

Color spaces of #e7ac1f

RGB 23117231
HSL0.120.810.51
HSV42°87°91°
CMYK 0.000.260.87   0.09
XYZ47.954846.59297.7622
Yxy46.59290.46870.4554
Hunter Lab68.25905.950541.0390
CIE-Lab73.928610.423872.1206

#e7ac1f color RGB value is (231,172,31).

#e7ac1f hex color red value is 231, green value is 172 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e7ac1f hue: 0.12 , saturation: 0.81 and the lightness value of e7ac1f is 0.51.

The process color (four color CMYK) of #e7ac1f color hex is 0.00, 0.26, 0.87, 0.09. Web safe color of #e7ac1f is #ff9933. Color #e7ac1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101100 00011111
Octal 347 254 37
Decimal 231 172 31
Hex E7 AC 1F

RGB Percentages of Color #e7ac1f

%53.23
%39.63
%7.14

CMYK Percentages of Color #e7ac1f

%0
%26
%87
%9

Triadic Colors of #e7ac1f

#e7ac1f #1fe7ac #ac1fe7

Analogous Colors of #e7ac1f

#e7ac1f #bee71f #e7481f

Monochromatic Colors of #e7ac1f

#e7ac1f

Complementary Color

#e7ac1f #1f5ae7

#e7ac1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ac1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ac1f Color CSS Codes

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

#e7ac1f Text Font Color

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

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


#e7ac1f Background Color

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

This div background color is #e7ac1f


#e7ac1f Border Color

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

This div border color is #e7ac1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,172,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 #e7ac1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ac1f


Comments

No comments written yet.

Please login to write comment.