Color Hex Logo

#fdab3f Color Hex

#FDAB3F
(253,171,63)
0 Favorites   0 Comments

Color spaces of #fdab3f

RGB 25317163
HSL0.090.980.62
HSV34°75°99°
CMYK 0.000.320.75   0.01
XYZ55.968150.367311.4747
Yxy50.36730.47510.4275
Hunter Lab70.969916.570840.0927
CIE-Lab76.294221.267264.6586

#fdab3f color RGB value is (253,171,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 00111111
Octal 375 253 77
Decimal 253 171 63
Hex FD AB 3F

RGB Percentages of Color #fdab3f

%51.95
%35.11
%12.94

CMYK Percentages of Color #fdab3f

%0
%32
%75
%1

Triadic Colors of #fdab3f

#fdab3f #3ffdab #ab3ffd

Analogous Colors of #fdab3f

#fdab3f #f0fd3f #fd4c3f

Monochromatic Colors of #fdab3f

#fdab3f

Complementary Color

#fdab3f #3f91fd

#fdab3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab3f Color CSS Codes

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

#fdab3f Text Font Color

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

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


#fdab3f Background Color

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

This div background color is #fdab3f


#fdab3f Border Color

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

This div border color is #fdab3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab3f


Comments

No comments written yet.

Please login to write comment.