Color Hex Logo

#fbad7e Color Hex

#FBAD7E
(251,173,126)
0 Favorites   0 Comments

Color spaces of #fbad7e

RGB 251173126
HSL0.060.940.74
HSV23°50°98°
CMYK 0.000.310.50   0.02
XYZ58.493151.902726.6740
Yxy51.90270.42670.3787
Hunter Lab72.043518.850428.4784
CIE-Lab77.222623.475135.5858

#fbad7e color RGB value is (251,173,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 01111110
Octal 373 255 176
Decimal 251 173 126
Hex FB AD 7E

RGB Percentages of Color #fbad7e

%45.64
%31.45
%22.91

CMYK Percentages of Color #fbad7e

%0
%31
%50
%2

Triadic Colors of #fbad7e

#fbad7e #7efbad #ad7efb

Analogous Colors of #fbad7e

#fbad7e #fbec7e #fb7e8e

Monochromatic Colors of #fbad7e

#fbad7e

Complementary Color

#fbad7e #7eccfb

#fbad7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad7e Color CSS Codes

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

#fbad7e Text Font Color

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

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


#fbad7e Background Color

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

This div background color is #fbad7e


#fbad7e Border Color

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

This div border color is #fbad7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad7e


Comments

No comments written yet.

Please login to write comment.