Color Hex Logo

#fbac7a Color Hex

#FBAC7A
(251,172,122)
0 Favorites   0 Comments

Color spaces of #fbac7a

RGB 251172122
HSL0.060.940.73
HSV23°51°98°
CMYK 0.000.310.51   0.02
XYZ58.049051.419425.2778
Yxy51.41940.43080.3816
Hunter Lab71.707319.012729.2946
CIE-Lab76.932423.647237.3081

#fbac7a color RGB value is (251,172,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 01111010
Octal 373 254 172
Decimal 251 172 122
Hex FB AC 7A

RGB Percentages of Color #fbac7a

%46.06
%31.56
%22.39

CMYK Percentages of Color #fbac7a

%0
%31
%51
%2

Triadic Colors of #fbac7a

#fbac7a #7afbac #ac7afb

Analogous Colors of #fbac7a

#fbac7a #fbed7a #fb7a89

Monochromatic Colors of #fbac7a

#fbac7a

Complementary Color

#fbac7a #7ac9fb

#fbac7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac7a Color CSS Codes

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

#fbac7a Text Font Color

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

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


#fbac7a Background Color

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

This div background color is #fbac7a


#fbac7a Border Color

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

This div border color is #fbac7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac7a


Comments

No comments written yet.

Please login to write comment.