Color Hex Logo

#e8d71d Color Hex

#E8D71D
(232,215,29)
0 Favorites   0 Comments

Color spaces of #e8d71d

RGB 23221529
HSL0.150.820.51
HSV55°88°91°
CMYK 0.000.070.88   0.09
XYZ57.800965.845410.8254
Yxy65.84540.42980.4897
Hunter Lab81.1452-14.855948.8919
CIE-Lab84.9175-11.376781.3430

#e8d71d color RGB value is (232,215,29).

#e8d71d hex color red value is 232, green value is 215 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e8d71d hue: 0.15 , saturation: 0.82 and the lightness value of e8d71d is 0.51.

The process color (four color CMYK) of #e8d71d color hex is 0.00, 0.07, 0.88, 0.09. Web safe color of #e8d71d is #ffcc33. Color #e8d71d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010111 00011101
Octal 350 327 35
Decimal 232 215 29
Hex E8 D7 1D

RGB Percentages of Color #e8d71d

%48.74
%45.17
%6.09

CMYK Percentages of Color #e8d71d

%0
%7
%88
%9

Triadic Colors of #e8d71d

#e8d71d #1de8d7 #d71de8

Analogous Colors of #e8d71d

#e8d71d #94e81d #e8721d

Monochromatic Colors of #e8d71d

#e8d71d

Complementary Color

#e8d71d #1d2ee8

#e8d71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d71d Color CSS Codes

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

#e8d71d Text Font Color

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

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


#e8d71d Background Color

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

This div background color is #e8d71d


#e8d71d Border Color

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

This div border color is #e8d71d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,215,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8d71d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8d71d;
  -webkit-box-shadow: 1px 1px 3px 2px #e8d71d;
  box-shadow:         1px 1px 3px 2px #e8d71d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,215,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d71d


Comments

No comments written yet.

Please login to write comment.