Color Hex Logo

#e8d04c Color Hex

#E8D04C
(232,208,76)
0 Favorites   0 Comments

Color spaces of #e8d04c

RGB 23220876
HSL0.140.770.60
HSV51°67°91°
CMYK 0.000.100.67   0.09
XYZ57.139162.789415.9455
Yxy62.78940.42050.4621
Hunter Lab79.2398-9.954843.5368
CIE-Lab83.3314-6.163365.8412

#e8d04c color RGB value is (232,208,76).

#e8d04c hex color red value is 232, green value is 208 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #e8d04c hue: 0.14 , saturation: 0.77 and the lightness value of e8d04c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010000 01001100
Octal 350 320 114
Decimal 232 208 76
Hex E8 D0 4C

RGB Percentages of Color #e8d04c

%44.96
%40.31
%14.73

CMYK Percentages of Color #e8d04c

%0
%10
%67
%9

Triadic Colors of #e8d04c

#e8d04c #4ce8d0 #d04ce8

Analogous Colors of #e8d04c

#e8d04c #b2e84c #e8824c

Monochromatic Colors of #e8d04c

#e8d04c

Complementary Color

#e8d04c #4c64e8

#e8d04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d04c Color CSS Codes

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

#e8d04c Text Font Color

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

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


#e8d04c Background Color

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

This div background color is #e8d04c


#e8d04c Border Color

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

This div border color is #e8d04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d04c


Comments

No comments written yet.

Please login to write comment.