Color Hex Logo

#feba1c Color Hex

#FEBA1C
(254,186,28)
0 Favorites   0 Comments

Color spaces of #feba1c

RGB 25418628
HSL0.120.990.55
HSV42°89°100°
CMYK 0.000.270.89   0.00
XYZ58.641656.27258.8695
Yxy56.27250.47370.4546
Hunter Lab75.01508.262945.5003
CIE-Lab79.768712.860478.4203

#feba1c color RGB value is (254,186,28).

#feba1c hex color red value is 254, green value is 186 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #feba1c hue: 0.12 , saturation: 0.99 and the lightness value of feba1c is 0.55.

The process color (four color CMYK) of #feba1c color hex is 0.00, 0.27, 0.89, 0.00. Web safe color of #feba1c is #ffcc33. Color #feba1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00011100
Octal 376 272 34
Decimal 254 186 28
Hex FE BA 1C

RGB Percentages of Color #feba1c

%54.27
%39.74
%5.98

CMYK Percentages of Color #feba1c

%0
%27
%89
%0

Triadic Colors of #feba1c

#feba1c #1cfeba #ba1cfe

Analogous Colors of #feba1c

#feba1c #d1fe1c #fe491c

Monochromatic Colors of #feba1c

#feba1c

Complementary Color

#feba1c #1c60fe

#feba1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba1c Color CSS Codes

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

#feba1c Text Font Color

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

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


#feba1c Background Color

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

This div background color is #feba1c


#feba1c Border Color

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

This div border color is #feba1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,186,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feba1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feba1c;
  -webkit-box-shadow: 1px 1px 3px 2px #feba1c;
  box-shadow:         1px 1px 3px 2px #feba1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,186,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba1c


Comments

No comments written yet.

Please login to write comment.