Color Hex Logo

#e8d01d Color Hex

#E8D01D
(232,208,29)
0 Favorites   0 Comments

Color spaces of #e8d01d

RGB 23220829
HSL0.150.820.51
HSV53°88°91°
CMYK 0.000.100.88   0.09
XYZ56.056462.356310.2439
Yxy62.35630.43570.4847
Hunter Lab78.9660-11.476947.5848
CIE-Lab83.1025-7.859079.9034

#e8d01d color RGB value is (232,208,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010000 00011101
Octal 350 320 35
Decimal 232 208 29
Hex E8 D0 1D

RGB Percentages of Color #e8d01d

%49.47
%44.35
%6.18

CMYK Percentages of Color #e8d01d

%0
%10
%88
%9

Triadic Colors of #e8d01d

#e8d01d #1de8d0 #d01de8

Analogous Colors of #e8d01d

#e8d01d #9be81d #e86b1d

Monochromatic Colors of #e8d01d

#e8d01d

Complementary Color

#e8d01d #1d35e8

#e8d01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d01d Color CSS Codes

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

#e8d01d Text Font Color

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

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


#e8d01d Background Color

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

This div background color is #e8d01d


#e8d01d Border Color

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

This div border color is #e8d01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d01d


Comments

No comments written yet.

Please login to write comment.