Color Hex Logo

#e8bc1c Color Hex

#E8BC1C
(232,188,28)
0 Favorites   0 Comments

Color spaces of #e8bc1c

RGB 23218828
HSL0.130.820.51
HSV47°88°91°
CMYK 0.000.190.88   0.09
XYZ51.471553.20618.6556
Yxy53.20610.45420.4695
Hunter Lab72.9425-1.691844.0242
CIE-Lab77.99652.391276.0675

#e8bc1c color RGB value is (232,188,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111100 00011100
Octal 350 274 34
Decimal 232 188 28
Hex E8 BC 1C

RGB Percentages of Color #e8bc1c

%51.79
%41.96
%6.25

CMYK Percentages of Color #e8bc1c

%0
%19
%88
%9

Triadic Colors of #e8bc1c

#e8bc1c #1ce8bc #bc1ce8

Analogous Colors of #e8bc1c

#e8bc1c #aee81c #e8561c

Monochromatic Colors of #e8bc1c

#e8bc1c

Complementary Color

#e8bc1c #1c48e8

#e8bc1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bc1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bc1c Color CSS Codes

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

#e8bc1c Text Font Color

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

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


#e8bc1c Background Color

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

This div background color is #e8bc1c


#e8bc1c Border Color

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

This div border color is #e8bc1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bc1c


Comments

No comments written yet.

Please login to write comment.