Color Hex Logo

#fdab1f Color Hex

#FDAB1F
(253,171,31)
0 Favorites   0 Comments

Color spaces of #fdab1f

RGB 25317131
HSL0.110.980.56
HSV38°88°99°
CMYK 0.000.320.88   0.01
XYZ55.318250.10748.0524
Yxy50.10740.48750.4416
Hunter Lab70.786615.617442.8060
CIE-Lab76.135120.324274.9041

#fdab1f color RGB value is (253,171,31).

#fdab1f hex color red value is 253, green value is 171 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fdab1f hue: 0.11 , saturation: 0.98 and the lightness value of fdab1f is 0.56.

The process color (four color CMYK) of #fdab1f color hex is 0.00, 0.32, 0.88, 0.01. Web safe color of #fdab1f is #ff9933. Color #fdab1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 00011111
Octal 375 253 37
Decimal 253 171 31
Hex FD AB 1F

RGB Percentages of Color #fdab1f

%55.60
%37.58
%6.81

CMYK Percentages of Color #fdab1f

%0
%32
%88
%1

Triadic Colors of #fdab1f

#fdab1f #1ffdab #ab1ffd

Analogous Colors of #fdab1f

#fdab1f #e0fd1f #fd3c1f

Monochromatic Colors of #fdab1f

#fdab1f

Complementary Color

#fdab1f #1f71fd

#fdab1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab1f Color CSS Codes

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

#fdab1f Text Font Color

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

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


#fdab1f Background Color

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

This div background color is #fdab1f


#fdab1f Border Color

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

This div border color is #fdab1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,171,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdab1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdab1f;
  -webkit-box-shadow: 1px 1px 3px 2px #fdab1f;
  box-shadow:         1px 1px 3px 2px #fdab1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,171,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab1f


Comments

No comments written yet.

Please login to write comment.