Color Hex Logo

#fba774 Color Hex

#FBA774
(251,167,116)
0 Favorites   0 Comments

Color spaces of #fba774

RGB 251167116
HSL0.060.940.72
HSV23°54°98°
CMYK 0.000.330.54   0.02
XYZ56.754849.407623.0683
Yxy49.40760.43920.3823
Hunter Lab70.290521.118129.7453
CIE-Lab75.704225.764638.8817

#fba774 color RGB value is (251,167,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01110100
Octal 373 247 164
Decimal 251 167 116
Hex FB A7 74

RGB Percentages of Color #fba774

%47.00
%31.27
%21.72

CMYK Percentages of Color #fba774

%0
%33
%54
%2

Triadic Colors of #fba774

#fba774 #74fba7 #a774fb

Analogous Colors of #fba774

#fba774 #fbeb74 #fb7485

Monochromatic Colors of #fba774

#fba774

Complementary Color

#fba774 #74c8fb

#fba774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba774 Color CSS Codes

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

#fba774 Text Font Color

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

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


#fba774 Background Color

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

This div background color is #fba774


#fba774 Border Color

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

This div border color is #fba774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba774


Comments

No comments written yet.

Please login to write comment.