Color Hex Logo

#fbae71 Color Hex

#FBAE71
(251,174,113)
0 Favorites   0 Comments

Color spaces of #fbae71

RGB 251174113
HSL0.070.950.71
HSV27°55°98°
CMYK 0.000.310.55   0.02
XYZ57.900351.973622.6030
Yxy51.97360.43710.3923
Hunter Lab72.092717.197631.8759
CIE-Lab77.265021.850642.3799

#fbae71 color RGB value is (251,174,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 01110001
Octal 373 256 161
Decimal 251 174 113
Hex FB AE 71

RGB Percentages of Color #fbae71

%46.65
%32.34
%21.00

CMYK Percentages of Color #fbae71

%0
%31
%55
%2

Triadic Colors of #fbae71

#fbae71 #71fbae #ae71fb

Analogous Colors of #fbae71

#fbae71 #fbf371 #fb7179

Monochromatic Colors of #fbae71

#fbae71

Complementary Color

#fbae71 #71befb

#fbae71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae71 Color CSS Codes

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

#fbae71 Text Font Color

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

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


#fbae71 Background Color

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

This div background color is #fbae71


#fbae71 Border Color

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

This div border color is #fbae71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae71


Comments

No comments written yet.

Please login to write comment.