Color Hex Logo

#feab74 Color Hex

#FEAB74
(254,171,116)
0 Favorites   0 Comments

Color spaces of #feab74

RGB 254171116
HSL0.070.990.73
HSV24°54°100°
CMYK 0.000.330.54   0.00
XYZ58.588351.457623.3674
Yxy51.45760.43910.3857
Hunter Lab71.734020.254430.9000
CIE-Lab76.955424.857740.5258

#feab74 color RGB value is (254,171,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 01110100
Octal 376 253 164
Decimal 254 171 116
Hex FE AB 74

RGB Percentages of Color #feab74

%46.95
%31.61
%21.44

CMYK Percentages of Color #feab74

%0
%33
%54
%0

Triadic Colors of #feab74

#feab74 #74feab #ab74fe

Analogous Colors of #feab74

#feab74 #fef074 #fe7482

Monochromatic Colors of #feab74

#feab74

Complementary Color

#feab74 #74c7fe

#feab74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab74 Color CSS Codes

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

#feab74 Text Font Color

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

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


#feab74 Background Color

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

This div background color is #feab74


#feab74 Border Color

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

This div border color is #feab74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab74


Comments

No comments written yet.

Please login to write comment.