Color Hex Logo

#fbaf52 Color Hex

#FBAF52
(251,175,82)
0 Favorites   0 Comments

Color spaces of #fbaf52

RGB 25117582
HSL0.090.950.65
HSV33°67°98°
CMYK 0.000.300.67   0.02
XYZ56.636651.778414.9918
Yxy51.77840.45890.4196
Hunter Lab71.957214.570038.0174
CIE-Lab77.148119.248257.3254

#fbaf52 color RGB value is (251,175,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01010010
Octal 373 257 122
Decimal 251 175 82
Hex FB AF 52

RGB Percentages of Color #fbaf52

%49.41
%34.45
%16.14

CMYK Percentages of Color #fbaf52

%0
%30
%67
%2

Triadic Colors of #fbaf52

#fbaf52 #52fbaf #af52fb

Analogous Colors of #fbaf52

#fbaf52 #f3fb52 #fb5b52

Monochromatic Colors of #fbaf52

#fbaf52

Complementary Color

#fbaf52 #529efb

#fbaf52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf52 Color CSS Codes

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

#fbaf52 Text Font Color

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

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


#fbaf52 Background Color

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

This div background color is #fbaf52


#fbaf52 Border Color

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

This div border color is #fbaf52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf52


Comments

No comments written yet.

Please login to write comment.