Color Hex Logo

#fbaf71 Color Hex

#FBAF71
(251,175,113)
0 Favorites   0 Comments

Color spaces of #fbaf71

RGB 251175113
HSL0.070.950.71
HSV27°55°98°
CMYK 0.000.300.55   0.02
XYZ58.094352.361422.6677
Yxy52.36140.43640.3933
Hunter Lab72.361216.674532.0798
CIE-Lab77.496421.326142.6660

#fbaf71 color RGB value is (251,175,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01110001
Octal 373 257 161
Decimal 251 175 113
Hex FB AF 71

RGB Percentages of Color #fbaf71

%46.57
%32.47
%20.96

CMYK Percentages of Color #fbaf71

%0
%30
%55
%2

Triadic Colors of #fbaf71

#fbaf71 #71fbaf #af71fb

Analogous Colors of #fbaf71

#fbaf71 #fbf471 #fb7178

Monochromatic Colors of #fbaf71

#fbaf71

Complementary Color

#fbaf71 #71bdfb

#fbaf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf71 Color CSS Codes

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

#fbaf71 Text Font Color

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

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


#fbaf71 Background Color

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

This div background color is #fbaf71


#fbaf71 Border Color

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

This div border color is #fbaf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf71


Comments

No comments written yet.

Please login to write comment.