Color Hex Logo

#fbaf10 Color Hex

#FBAF10
(251,175,16)
0 Favorites   0 Comments

Color spaces of #fbaf10

RGB 25117516
HSL0.110.970.52
HSV41°94°98°
CMYK 0.000.300.94   0.02
XYZ55.207251.20667.4643
Yxy51.20660.48480.4497
Hunter Lab71.558812.483943.9066
CIE-Lab76.804017.161878.1529

#fbaf10 color RGB value is (251,175,16).

#fbaf10 hex color red value is 251, green value is 175 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fbaf10 hue: 0.11 , saturation: 0.97 and the lightness value of fbaf10 is 0.52.

The process color (four color CMYK) of #fbaf10 color hex is 0.00, 0.30, 0.94, 0.02. Web safe color of #fbaf10 is #ff9900. Color #fbaf10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 00010000
Octal 373 257 20
Decimal 251 175 16
Hex FB AF 10

RGB Percentages of Color #fbaf10

%56.79
%39.59
%3.62

CMYK Percentages of Color #fbaf10

%0
%30
%94
%2

Triadic Colors of #fbaf10

#fbaf10 #10fbaf #af10fb

Analogous Colors of #fbaf10

#fbaf10 #d2fb10 #fb3910

Monochromatic Colors of #fbaf10

#fbaf10

Complementary Color

#fbaf10 #105cfb

#fbaf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf10 Color CSS Codes

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

#fbaf10 Text Font Color

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

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


#fbaf10 Background Color

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

This div background color is #fbaf10


#fbaf10 Border Color

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

This div border color is #fbaf10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf10


Comments

No comments written yet.

Please login to write comment.