Color Hex Logo

#feba29 Color Hex

#FEBA29
(254,186,41)
0 Favorites   0 Comments

Color spaces of #feba29

RGB 25418641
HSL0.110.990.58
HSV41°84°100°
CMYK 0.000.270.84   0.00
XYZ58.832256.34879.8734
Yxy56.34870.47050.4506
Hunter Lab75.06588.532944.7476
CIE-Lab79.811913.134975.3399

#feba29 color RGB value is (254,186,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00101001
Octal 376 272 51
Decimal 254 186 41
Hex FE BA 29

RGB Percentages of Color #feba29

%52.81
%38.67
%8.52

CMYK Percentages of Color #feba29

%0
%27
%84
%0

Triadic Colors of #feba29

#feba29 #29feba #ba29fe

Analogous Colors of #feba29

#feba29 #d8fe29 #fe5029

Monochromatic Colors of #feba29

#feba29

Complementary Color

#feba29 #296dfe

#feba29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba29 Color CSS Codes

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

#feba29 Text Font Color

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

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


#feba29 Background Color

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

This div background color is #feba29


#feba29 Border Color

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

This div border color is #feba29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba29

Related Colors


Comments

No comments written yet.

Please login to write comment.