Color Hex Logo

#e1bc12 Color Hex

#E1BC12
(225,188,18)
0 Favorites   0 Comments

Color spaces of #e1bc12

RGB 22518818
HSL0.140.850.48
HSV49°92°88°
CMYK 0.000.160.92   0.12
XYZ49.143752.01778.0225
Yxy52.01770.45010.4764
Hunter Lab72.1233-4.588643.8913
CIE-Lab77.2914-0.808377.0018

#e1bc12 color RGB value is (225,188,18).

#e1bc12 hex color red value is 225, green value is 188 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e1bc12 hue: 0.14 , saturation: 0.85 and the lightness value of e1bc12 is 0.48.

The process color (four color CMYK) of #e1bc12 color hex is 0.00, 0.16, 0.92, 0.12. Web safe color of #e1bc12 is #cccc00. Color #e1bc12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 00010010
Octal 341 274 22
Decimal 225 188 18
Hex E1 BC 12

RGB Percentages of Color #e1bc12

%52.20
%43.62
%4.18

CMYK Percentages of Color #e1bc12

%0
%16
%92
%12

Triadic Colors of #e1bc12

#e1bc12 #12e1bc #bc12e1

Analogous Colors of #e1bc12

#e1bc12 #9fe112 #e15512

Monochromatic Colors of #e1bc12

#e1bc12

Complementary Color

#e1bc12 #1237e1

#e1bc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bc12 Color CSS Codes

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

#e1bc12 Text Font Color

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

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


#e1bc12 Background Color

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

This div background color is #e1bc12


#e1bc12 Border Color

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

This div border color is #e1bc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bc12


Comments

No comments written yet.

Please login to write comment.