Color Hex Logo

#feab4b Color Hex

#FEAB4B
(254,171,75)
0 Favorites   0 Comments

Color spaces of #feab4b

RGB 25417175
HSL0.090.990.65
HSV32°70°100°
CMYK 0.000.330.70   0.00
XYZ56.706050.704713.4549
Yxy50.70470.46920.4195
Hunter Lab71.207217.536138.6420
CIE-Lab76.499822.214659.8646

#feab4b color RGB value is (254,171,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 01001011
Octal 376 253 113
Decimal 254 171 75
Hex FE AB 4B

RGB Percentages of Color #feab4b

%50.80
%34.20
%15.00

CMYK Percentages of Color #feab4b

%0
%33
%70
%0

Triadic Colors of #feab4b

#feab4b #4bfeab #ab4bfe

Analogous Colors of #feab4b

#feab4b #f8fe4b #fe514b

Monochromatic Colors of #feab4b

#feab4b

Complementary Color

#feab4b #4b9efe

#feab4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab4b Color CSS Codes

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

#feab4b Text Font Color

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

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


#feab4b Background Color

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

This div background color is #feab4b


#feab4b Border Color

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

This div border color is #feab4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab4b

Related Colors


Comments

No comments written yet.

Please login to write comment.