Color Hex Logo

#e3bc55 Color Hex

#E3BC55
(227,188,85)
0 Favorites   0 Comments

Color spaces of #e3bc55

RGB 22718885
HSL0.120.720.61
HSV44°63°89°
CMYK 0.000.170.63   0.11
XYZ51.301552.953216.1114
Yxy52.95320.42620.4399
Hunter Lab72.7689-1.504737.8112
CIE-Lab77.84742.585056.0215

#e3bc55 color RGB value is (227,188,85).

#e3bc55 hex color red value is 227, green value is 188 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e3bc55 hue: 0.12 , saturation: 0.72 and the lightness value of e3bc55 is 0.61.

The process color (four color CMYK) of #e3bc55 color hex is 0.00, 0.17, 0.63, 0.11. Web safe color of #e3bc55 is #cccc66. Color #e3bc55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111100 01010101
Octal 343 274 125
Decimal 227 188 85
Hex E3 BC 55

RGB Percentages of Color #e3bc55

%45.40
%37.60
%17.00

CMYK Percentages of Color #e3bc55

%0
%17
%63
%11

Triadic Colors of #e3bc55

#e3bc55 #55e3bc #bc55e3

Analogous Colors of #e3bc55

#e3bc55 #c3e355 #e37555

Monochromatic Colors of #e3bc55

#e3bc55

Complementary Color

#e3bc55 #557ce3

#e3bc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bc55 Color CSS Codes

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

#e3bc55 Text Font Color

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

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


#e3bc55 Background Color

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

This div background color is #e3bc55


#e3bc55 Border Color

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

This div border color is #e3bc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bc55


Comments

No comments written yet.

Please login to write comment.