Color Hex Logo

#fba974 Color Hex

#FBA974
(251,169,116)
0 Favorites   0 Comments

Color spaces of #fba974

RGB 251169116
HSL0.070.940.72
HSV24°54°98°
CMYK 0.000.330.54   0.02
XYZ57.124050.146123.1914
Yxy50.14610.43790.3844
Hunter Lab70.813920.067630.1524
CIE-Lab76.158824.715939.4539

#fba974 color RGB value is (251,169,116).

#fba974 hex color red value is 251, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fba974 hue: 0.07 , saturation: 0.94 and the lightness value of fba974 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01110100
Octal 373 251 164
Decimal 251 169 116
Hex FB A9 74

RGB Percentages of Color #fba974

%46.83
%31.53
%21.64

CMYK Percentages of Color #fba974

%0
%33
%54
%2

Triadic Colors of #fba974

#fba974 #74fba9 #a974fb

Analogous Colors of #fba974

#fba974 #fbed74 #fb7483

Monochromatic Colors of #fba974

#fba974

Complementary Color

#fba974 #74c6fb

#fba974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba974 Color CSS Codes

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

#fba974 Text Font Color

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

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


#fba974 Background Color

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

This div background color is #fba974


#fba974 Border Color

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

This div border color is #fba974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba974


Comments

No comments written yet.

Please login to write comment.