Color Hex Logo

#fba474 Color Hex

#FBA474
(251,164,116)
0 Favorites   0 Comments

Color spaces of #fba474

RGB 251164116
HSL0.060.940.72
HSV21°54°98°
CMYK 0.000.350.54   0.02
XYZ56.211548.321122.8872
Yxy48.32110.44120.3792
Hunter Lab69.513422.694329.1382
CIE-Lab75.027027.335738.0270

#fba474 color RGB value is (251,164,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01110100
Octal 373 244 164
Decimal 251 164 116
Hex FB A4 74

RGB Percentages of Color #fba474

%47.27
%30.89
%21.85

CMYK Percentages of Color #fba474

%0
%35
%54
%2

Triadic Colors of #fba474

#fba474 #74fba4 #a474fb

Analogous Colors of #fba474

#fba474 #fbe874 #fb7488

Monochromatic Colors of #fba474

#fba474

Complementary Color

#fba474 #74cbfb

#fba474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba474 Color CSS Codes

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

#fba474 Text Font Color

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

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


#fba474 Background Color

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

This div background color is #fba474


#fba474 Border Color

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

This div border color is #fba474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba474

Related Colors


Comments

No comments written yet.

Please login to write comment.