Color Hex Logo

#e2bf12 Color Hex

#E2BF12
(226,191,18)
0 Favorites   0 Comments

Color spaces of #e2bf12

RGB 22619118
HSL0.140.850.48
HSV50°92°89°
CMYK 0.000.150.92   0.11
XYZ50.104053.47408.2530
Yxy53.47400.44800.4782
Hunter Lab73.1259-5.666744.4967
CIE-Lab78.1540-1.929377.6936

#e2bf12 color RGB value is (226,191,18).

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

The process color (four color CMYK) of #e2bf12 color hex is 0.00, 0.15, 0.92, 0.11. Web safe color of #e2bf12 is #cccc00. Color #e2bf12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111111 00010010
Octal 342 277 22
Decimal 226 191 18
Hex E2 BF 12

RGB Percentages of Color #e2bf12

%51.95
%43.91
%4.14

CMYK Percentages of Color #e2bf12

%0
%15
%92
%11

Triadic Colors of #e2bf12

#e2bf12 #12e2bf #bf12e2

Analogous Colors of #e2bf12

#e2bf12 #9de212 #e25712

Monochromatic Colors of #e2bf12

#e2bf12

Complementary Color

#e2bf12 #1235e2

#e2bf12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bf12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bf12 Color CSS Codes

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

#e2bf12 Text Font Color

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

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


#e2bf12 Background Color

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

This div background color is #e2bf12


#e2bf12 Border Color

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

This div border color is #e2bf12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,191,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 #e2bf12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bf12


Comments

No comments written yet.

Please login to write comment.