Color Hex Logo

#fba87c Color Hex

#FBA87C
(251,168,124)
0 Favorites   0 Comments

Color spaces of #fba87c

RGB 251168124
HSL0.060.940.74
HSV21°51°98°
CMYK 0.000.330.51   0.02
XYZ57.424449.969725.6873
Yxy49.96970.43150.3755
Hunter Lab70.689221.298327.9375
CIE-Lab76.050725.920635.1277

#fba87c color RGB value is (251,168,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01111100
Octal 373 250 174
Decimal 251 168 124
Hex FB A8 7C

RGB Percentages of Color #fba87c

%46.22
%30.94
%22.84

CMYK Percentages of Color #fba87c

%0
%33
%51
%2

Triadic Colors of #fba87c

#fba87c #7cfba8 #a87cfb

Analogous Colors of #fba87c

#fba87c #fbe87c #fb7c90

Monochromatic Colors of #fba87c

#fba87c

Complementary Color

#fba87c #7ccffb

#fba87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba87c Color CSS Codes

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

#fba87c Text Font Color

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

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


#fba87c Background Color

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

This div background color is #fba87c


#fba87c Border Color

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

This div border color is #fba87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba87c


Comments

No comments written yet.

Please login to write comment.