Color Hex Logo

#e8d131 Color Hex

#E8D131
(232,209,49)
0 Favorites   0 Comments

Color spaces of #e8d131

RGB 23220949
HSL0.150.800.55
HSV52°79°91°
CMYK 0.000.100.79   0.09
XYZ56.633662.978512.0769
Yxy62.97850.43010.4782
Hunter Lab79.3590-11.493846.5285
CIE-Lab83.4311-7.840875.3391

#e8d131 color RGB value is (232,209,49).

#e8d131 hex color red value is 232, green value is 209 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e8d131 hue: 0.15 , saturation: 0.80 and the lightness value of e8d131 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010001 00110001
Octal 350 321 61
Decimal 232 209 49
Hex E8 D1 31

RGB Percentages of Color #e8d131

%47.35
%42.65
%10.00

CMYK Percentages of Color #e8d131

%0
%10
%79
%9

Triadic Colors of #e8d131

#e8d131 #31e8d1 #d131e8

Analogous Colors of #e8d131

#e8d131 #a4e831 #e87631

Monochromatic Colors of #e8d131

#e8d131

Complementary Color

#e8d131 #3148e8

#e8d131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d131 Color CSS Codes

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

#e8d131 Text Font Color

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

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


#e8d131 Background Color

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

This div background color is #e8d131


#e8d131 Border Color

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

This div border color is #e8d131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d131

#e8d131 Color Palettes


Comments

No comments written yet.

Please login to write comment.