Color Hex Logo

#feba32 Color Hex

#FEBA32
(254,186,50)
0 Favorites   0 Comments

Color spaces of #feba32

RGB 25418650
HSL0.110.990.60
HSV40°80°100°
CMYK 0.000.270.80   0.00
XYZ59.007756.418910.7975
Yxy56.41890.46750.4470
Hunter Lab75.11258.781144.0558
CIE-Lab79.851613.386772.6884

#feba32 color RGB value is (254,186,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00110010
Octal 376 272 62
Decimal 254 186 50
Hex FE BA 32

RGB Percentages of Color #feba32

%51.84
%37.96
%10.20

CMYK Percentages of Color #feba32

%0
%27
%80
%0

Triadic Colors of #feba32

#feba32 #32feba #ba32fe

Analogous Colors of #feba32

#feba32 #dcfe32 #fe5432

Monochromatic Colors of #feba32

#feba32

Complementary Color

#feba32 #3276fe

#feba32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba32 Color CSS Codes

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

#feba32 Text Font Color

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

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


#feba32 Background Color

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

This div background color is #feba32


#feba32 Border Color

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

This div border color is #feba32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba32

Related Colors


Comments

No comments written yet.

Please login to write comment.