Color Hex Logo

#fbad6e Color Hex

#FBAD6E
(251,173,110)
0 Favorites   0 Comments

Color spaces of #fbad6e

RGB 251173110
HSL0.070.950.71
HSV27°56°98°
CMYK 0.000.310.56   0.02
XYZ57.541751.522221.6638
Yxy51.52220.44020.3941
Hunter Lab71.779017.481632.3508
CIE-Lab76.994322.141043.5765

#fbad6e color RGB value is (251,173,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 01101110
Octal 373 255 156
Decimal 251 173 110
Hex FB AD 6E

RGB Percentages of Color #fbad6e

%47.00
%32.40
%20.60

CMYK Percentages of Color #fbad6e

%0
%31
%56
%2

Triadic Colors of #fbad6e

#fbad6e #6efbad #ad6efb

Analogous Colors of #fbad6e

#fbad6e #fbf46e #fb6e76

Monochromatic Colors of #fbad6e

#fbad6e

Complementary Color

#fbad6e #6ebcfb

#fbad6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad6e Color CSS Codes

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

#fbad6e Text Font Color

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

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


#fbad6e Background Color

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

This div background color is #fbad6e


#fbad6e Border Color

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

This div border color is #fbad6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad6e

Related Colors


Comments

No comments written yet.

Please login to write comment.