Color Hex Logo

#feba20 Color Hex

#FEBA20
(254,186,32)
0 Favorites   0 Comments

Color spaces of #feba20

RGB 25418632
HSL0.120.990.56
HSV42°87°100°
CMYK 0.000.270.87   0.00
XYZ58.692756.29299.1387
Yxy56.29290.47290.4535
Hunter Lab75.02868.335345.2983
CIE-Lab79.780212.934277.5718

#feba20 color RGB value is (254,186,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00100000
Octal 376 272 40
Decimal 254 186 32
Hex FE BA 20

RGB Percentages of Color #feba20

%53.81
%39.41
%6.78

CMYK Percentages of Color #feba20

%0
%27
%87
%0

Triadic Colors of #feba20

#feba20 #20feba #ba20fe

Analogous Colors of #feba20

#feba20 #d3fe20 #fe4b20

Monochromatic Colors of #feba20

#feba20

Complementary Color

#feba20 #2064fe

#feba20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba20 Color CSS Codes

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

#feba20 Text Font Color

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

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


#feba20 Background Color

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

This div background color is #feba20


#feba20 Border Color

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

This div border color is #feba20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba20


Comments

No comments written yet.

Please login to write comment.