Color Hex Logo

#fbaf53 Color Hex

#FBAF53
(251,175,83)
0 Favorites   0 Comments

Color spaces of #fbaf53

RGB 25117583
HSL0.090.950.65
HSV33°67°98°
CMYK 0.000.300.67   0.02
XYZ56.675051.793715.1937
Yxy51.79370.45830.4188
Hunter Lab71.967814.625837.8603
CIE-Lab77.157319.303756.8797

#fbaf53 color RGB value is (251,175,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01010011
Octal 373 257 123
Decimal 251 175 83
Hex FB AF 53

RGB Percentages of Color #fbaf53

%49.31
%34.38
%16.31

CMYK Percentages of Color #fbaf53

%0
%30
%67
%2

Triadic Colors of #fbaf53

#fbaf53 #53fbaf #af53fb

Analogous Colors of #fbaf53

#fbaf53 #f3fb53 #fb5b53

Monochromatic Colors of #fbaf53

#fbaf53

Complementary Color

#fbaf53 #539ffb

#fbaf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf53 Color CSS Codes

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

#fbaf53 Text Font Color

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

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


#fbaf53 Background Color

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

This div background color is #fbaf53


#fbaf53 Border Color

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

This div border color is #fbaf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf53

Related Colors


Comments

No comments written yet.

Please login to write comment.