Color Hex Logo

#fbac6d Color Hex

#FBAC6D
(251,172,109)
0 Favorites   0 Comments

Color spaces of #fbac6d

RGB 251172109
HSL0.070.950.71
HSV27°57°98°
CMYK 0.000.310.57   0.02
XYZ57.296551.118421.3150
Yxy51.11840.44170.3940
Hunter Lab71.497117.926732.3722
CIE-Lab76.750722.589343.7866

#fbac6d color RGB value is (251,172,109).

#fbac6d hex color red value is 251, green value is 172 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fbac6d hue: 0.07 , saturation: 0.95 and the lightness value of fbac6d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 01101101
Octal 373 254 155
Decimal 251 172 109
Hex FB AC 6D

RGB Percentages of Color #fbac6d

%47.18
%32.33
%20.49

CMYK Percentages of Color #fbac6d

%0
%31
%57
%2

Triadic Colors of #fbac6d

#fbac6d #6dfbac #ac6dfb

Analogous Colors of #fbac6d

#fbac6d #fbf36d #fb6d75

Monochromatic Colors of #fbac6d

#fbac6d

Complementary Color

#fbac6d #6dbcfb

#fbac6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac6d Color CSS Codes

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

#fbac6d Text Font Color

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

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


#fbac6d Background Color

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

This div background color is #fbac6d


#fbac6d Border Color

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

This div border color is #fbac6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac6d


Comments

No comments written yet.

Please login to write comment.