Color Hex Logo

#feab32 Color Hex

#FEAB32
(254,171,50)
0 Favorites   0 Comments

Color spaces of #feab32

RGB 25417150
HSL0.100.990.60
HSV36°80°100°
CMYK 0.000.330.80   0.00
XYZ56.011750.42699.7988
Yxy50.42690.48190.4338
Hunter Lab71.011916.523741.5270
CIE-Lab76.330521.219269.5645

#feab32 color RGB value is (254,171,50).

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

The process color (four color CMYK) of #feab32 color hex is 0.00, 0.33, 0.80, 0.00. Web safe color of #feab32 is #ff9933. Color #feab32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 00110010
Octal 376 253 62
Decimal 254 171 50
Hex FE AB 32

RGB Percentages of Color #feab32

%53.47
%36.00
%10.53

CMYK Percentages of Color #feab32

%0
%33
%80
%0

Triadic Colors of #feab32

#feab32 #32feab #ab32fe

Analogous Colors of #feab32

#feab32 #ebfe32 #fe4532

Monochromatic Colors of #feab32

#feab32

Complementary Color

#feab32 #3285fe

#feab32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab32 Color CSS Codes

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

#feab32 Text Font Color

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

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


#feab32 Background Color

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

This div background color is #feab32


#feab32 Border Color

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

This div border color is #feab32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab32

Related Colors


Comments

No comments written yet.

Please login to write comment.