Color Hex Logo

#fbaf2d Color Hex

#FBAF2D
(251,175,45)
1 Favorites   0 Comments

Color spaces of #fbaf2d

RGB 25117545
HSL0.110.960.58
HSV38°82°98°
CMYK 0.000.300.82   0.02
XYZ55.587351.35869.4661
Yxy51.35860.47750.4412
Hunter Lab71.664913.040942.3339
CIE-Lab76.895717.721671.5650

#fbaf2d color RGB value is (251,175,45).

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

The process color (four color CMYK) of #fbaf2d color hex is 0.00, 0.30, 0.82, 0.02. Web safe color of #fbaf2d is #ff9933. Color #fbaf2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 00101101
Octal 373 257 55
Decimal 251 175 45
Hex FB AF 2D

RGB Percentages of Color #fbaf2d

%53.29
%37.15
%9.55

CMYK Percentages of Color #fbaf2d

%0
%30
%82
%2

Triadic Colors of #fbaf2d

#fbaf2d #2dfbaf #af2dfb

Analogous Colors of #fbaf2d

#fbaf2d #e0fb2d #fb482d

Monochromatic Colors of #fbaf2d

#fbaf2d

Complementary Color

#fbaf2d #2d79fb

#fbaf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf2d Color CSS Codes

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

#fbaf2d Text Font Color

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

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


#fbaf2d Background Color

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

This div background color is #fbaf2d


#fbaf2d Border Color

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

This div border color is #fbaf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf2d


Comments

No comments written yet.

Please login to write comment.