Color Hex Logo

#fba480 Color Hex

#FBA480
(251,164,128)
0 Favorites   0 Comments

Color spaces of #fba480

RGB 251164128
HSL0.050.940.74
HSV18°49°98°
CMYK 0.000.350.49   0.02
XYZ56.955448.618726.8045
Yxy48.61870.43020.3673
Hunter Lab69.727123.782226.0167
CIE-Lab75.213528.375231.9181

#fba480 color RGB value is (251,164,128).

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

The process color (four color CMYK) of #fba480 color hex is 0.00, 0.35, 0.49, 0.02. Web safe color of #fba480 is #ff9999. Color #fba480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 10000000
Octal 373 244 200
Decimal 251 164 128
Hex FB A4 80

RGB Percentages of Color #fba480

%46.22
%30.20
%23.57

CMYK Percentages of Color #fba480

%0
%35
%49
%2

Triadic Colors of #fba480

#fba480 #80fba4 #a480fb

Analogous Colors of #fba480

#fba480 #fbe280 #fb809a

Monochromatic Colors of #fba480

#fba480

Complementary Color

#fba480 #80d7fb

#fba480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba480 Color CSS Codes

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

#fba480 Text Font Color

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

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


#fba480 Background Color

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

This div background color is #fba480


#fba480 Border Color

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

This div border color is #fba480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,164,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba480


Comments

No comments written yet.

Please login to write comment.