color codes Logo

#fba87b color codes

#FBA87B
(251,168,123)
0 Favorites   0 Comments

Color spaces of #fba87b

RGB 251168123
HSL0.060.940.73
HSV21°51°98°
CMYK 0.000.330.51   0.02
XYZ57.361449.944625.3559
Yxy49.94460.43240.3765
Hunter Lab70.671521.206628.1977
CIE-Lab76.035225.832435.6348

#fba87b color RGB value is (251,168,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01111011
Octal 373 250 173
Decimal 251 168 123
Hex FB A8 7B

RGB Percentages of Color #fba87b

%46.31
%31.00
%22.69

CMYK Percentages of Color #fba87b

%0
%33
%51
%2

Triadic Colors of #fba87b

#fba87b #7bfba8 #a87bfb

Analogous Colors of #fba87b

#fba87b #fbe87b #fb7b8e

Monochromatic Colors of #fba87b

#fba87b

Complementary Color

#fba87b #7bcefb

#fba87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba87b Color CSS Codes

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

#fba87b Text Font Color

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

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


#fba87b Background Color

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

This div background color is #fba87b


#fba87b Border Color

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

This div border color is #fba87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba87b


Comments

No comments written yet.

Please login to write comment.