Color Hex Logo

#fbaf57 Color Hex

#FBAF57
(251,175,87)
0 Favorites   0 Comments

Color spaces of #fbaf57

RGB 25117587
HSL0.090.950.66
HSV32°65°98°
CMYK 0.000.300.65   0.02
XYZ56.833951.857316.0308
Yxy51.85730.45570.4158
Hunter Lab72.012014.856237.2097
CIE-Lab77.195419.532455.0742

#fbaf57 color RGB value is (251,175,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01010111
Octal 373 257 127
Decimal 251 175 87
Hex FB AF 57

RGB Percentages of Color #fbaf57

%48.93
%34.11
%16.96

CMYK Percentages of Color #fbaf57

%0
%30
%65
%2

Triadic Colors of #fbaf57

#fbaf57 #57fbaf #af57fb

Analogous Colors of #fbaf57

#fbaf57 #f5fb57 #fb5d57

Monochromatic Colors of #fbaf57

#fbaf57

Complementary Color

#fbaf57 #57a3fb

#fbaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf57 Color CSS Codes

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

#fbaf57 Text Font Color

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

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


#fbaf57 Background Color

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

This div background color is #fbaf57


#fbaf57 Border Color

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

This div border color is #fbaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf57


Comments

No comments written yet.

Please login to write comment.