Color Hex Logo

#e4bc38 Color Hex

#E4BC38
(228,188,56)
0 Favorites   0 Comments

Color spaces of #e4bc38

RGB 22818856
HSL0.130.760.56
HSV46°75°89°
CMYK 0.000.180.75   0.11
XYZ50.691952.745911.2506
Yxy52.74590.44200.4599
Hunter Lab72.6264-2.506441.6538
CIE-Lab77.72471.494667.7442

#e4bc38 color RGB value is (228,188,56).

#e4bc38 hex color red value is 228, green value is 188 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #e4bc38 hue: 0.13 , saturation: 0.76 and the lightness value of e4bc38 is 0.56.

The process color (four color CMYK) of #e4bc38 color hex is 0.00, 0.18, 0.75, 0.11. Web safe color of #e4bc38 is #cccc33. Color #e4bc38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111100 00111000
Octal 344 274 70
Decimal 228 188 56
Hex E4 BC 38

RGB Percentages of Color #e4bc38

%48.31
%39.83
%11.86

CMYK Percentages of Color #e4bc38

%0
%18
%75
%11

Triadic Colors of #e4bc38

#e4bc38 #38e4bc #bc38e4

Analogous Colors of #e4bc38

#e4bc38 #b6e438 #e46638

Monochromatic Colors of #e4bc38

#e4bc38

Complementary Color

#e4bc38 #3860e4

#e4bc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bc38 Color CSS Codes

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

#e4bc38 Text Font Color

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

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


#e4bc38 Background Color

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

This div background color is #e4bc38


#e4bc38 Border Color

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

This div border color is #e4bc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bc38


Comments

No comments written yet.

Please login to write comment.