Color Hex Logo

#feab50 Color Hex

#FEAB50
(254,171,80)
1 Favorites   0 Comments

Color spaces of #feab50

RGB 25417180
HSL0.090.990.65
HSV31°69°100°
CMYK 0.000.330.69   0.00
XYZ56.883950.775814.3920
Yxy50.77580.46610.4160
Hunter Lab71.257117.794937.9050
CIE-Lab76.543022.468157.6781

#feab50 color RGB value is (254,171,80).

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

The process color (four color CMYK) of #feab50 color hex is 0.00, 0.33, 0.69, 0.00. Web safe color of #feab50 is #ff9966. Color #feab50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 01010000
Octal 376 253 120
Decimal 254 171 80
Hex FE AB 50

RGB Percentages of Color #feab50

%50.30
%33.86
%15.84

CMYK Percentages of Color #feab50

%0
%33
%69
%0

Triadic Colors of #feab50

#feab50 #50feab #ab50fe

Analogous Colors of #feab50

#feab50 #fafe50 #fe5450

Monochromatic Colors of #feab50

#feab50

Complementary Color

#feab50 #50a3fe

#feab50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab50 Color CSS Codes

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

#feab50 Text Font Color

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

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


#feab50 Background Color

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

This div background color is #feab50


#feab50 Border Color

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

This div border color is #feab50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab50


Comments

No comments written yet.

Please login to write comment.