Color Hex Logo

#e3bb1f Color Hex

#E3BB1F
(227,187,31)
0 Favorites   0 Comments

Color spaces of #e3bb1f

RGB 22718731
HSL0.130.780.51
HSV48°86°89°
CMYK 0.000.180.86   0.11
XYZ49.696251.97058.7084
Yxy51.97050.45020.4709
Hunter Lab72.0906-3.108143.3013
CIE-Lab77.26320.811674.6286

#e3bb1f color RGB value is (227,187,31).

#e3bb1f hex color red value is 227, green value is 187 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e3bb1f hue: 0.13 , saturation: 0.78 and the lightness value of e3bb1f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111011 00011111
Octal 343 273 37
Decimal 227 187 31
Hex E3 BB 1F

RGB Percentages of Color #e3bb1f

%51.01
%42.02
%6.97

CMYK Percentages of Color #e3bb1f

%0
%18
%86
%11

Triadic Colors of #e3bb1f

#e3bb1f #1fe3bb #bb1fe3

Analogous Colors of #e3bb1f

#e3bb1f #a9e31f #e3591f

Monochromatic Colors of #e3bb1f

#e3bb1f

Complementary Color

#e3bb1f #1f47e3

#e3bb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bb1f Color CSS Codes

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

#e3bb1f Text Font Color

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

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


#e3bb1f Background Color

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

This div background color is #e3bb1f


#e3bb1f Border Color

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

This div border color is #e3bb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bb1f


Comments

No comments written yet.

Please login to write comment.