Color Hex Logo

#e7ad15 Color Hex

#E7AD15
(231,173,21)
0 Favorites   0 Comments

Color spaces of #e7ad15

RGB 23117321
HSL0.120.830.49
HSV43°91°91°
CMYK 0.000.250.91   0.09
XYZ48.033946.93027.2362
Yxy46.93020.47000.4592
Hunter Lab68.50565.273541.6912
CIE-Lab74.14519.709574.4111

#e7ad15 color RGB value is (231,173,21).

#e7ad15 hex color red value is 231, green value is 173 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e7ad15 hue: 0.12 , saturation: 0.83 and the lightness value of e7ad15 is 0.49.

The process color (four color CMYK) of #e7ad15 color hex is 0.00, 0.25, 0.91, 0.09. Web safe color of #e7ad15 is #ff9900. Color #e7ad15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101101 00010101
Octal 347 255 25
Decimal 231 173 21
Hex E7 AD 15

RGB Percentages of Color #e7ad15

%54.35
%40.71
%4.94

CMYK Percentages of Color #e7ad15

%0
%25
%91
%9

Triadic Colors of #e7ad15

#e7ad15 #15e7ad #ad15e7

Analogous Colors of #e7ad15

#e7ad15 #b8e715 #e74415

Monochromatic Colors of #e7ad15

#e7ad15

Complementary Color

#e7ad15 #154fe7

#e7ad15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ad15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ad15 Color CSS Codes

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

#e7ad15 Text Font Color

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

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


#e7ad15 Background Color

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

This div background color is #e7ad15


#e7ad15 Border Color

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

This div border color is #e7ad15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,173,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ad15


Comments

No comments written yet.

Please login to write comment.