Color Hex Logo

#fbac80 Color Hex

#FBAC80
(251,172,128)
0 Favorites   0 Comments

Color spaces of #fbac80

RGB 251172128
HSL0.060.940.74
HSV21°49°98°
CMYK 0.000.310.49   0.02
XYZ58.432551.572827.2969
Yxy51.57280.42560.3756
Hunter Lab71.814219.563827.7335
CIE-Lab77.024724.181434.2779

#fbac80 color RGB value is (251,172,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 10000000
Octal 373 254 200
Decimal 251 172 128
Hex FB AC 80

RGB Percentages of Color #fbac80

%45.55
%31.22
%23.23

CMYK Percentages of Color #fbac80

%0
%31
%49
%2

Triadic Colors of #fbac80

#fbac80 #80fbac #ac80fb

Analogous Colors of #fbac80

#fbac80 #fbea80 #fb8092

Monochromatic Colors of #fbac80

#fbac80

Complementary Color

#fbac80 #80cffb

#fbac80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac80 Color CSS Codes

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

#fbac80 Text Font Color

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

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


#fbac80 Background Color

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

This div background color is #fbac80


#fbac80 Border Color

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

This div border color is #fbac80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac80


Comments

No comments written yet.

Please login to write comment.