Color Hex Logo

#fdba4f Color Hex

#FDBA4F
(253,186,79)
0 Favorites   0 Comments

Color spaces of #fdba4f

RGB 25318679
HSL0.100.980.65
HSV37°69°99°
CMYK 0.000.260.69   0.01
XYZ59.478256.565015.1804
Yxy56.56500.45330.4311
Hunter Lab75.20979.546440.6796
CIE-Lab79.934314.161161.6979

#fdba4f color RGB value is (253,186,79).

#fdba4f hex color red value is 253, green value is 186 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fdba4f hue: 0.10 , saturation: 0.98 and the lightness value of fdba4f is 0.65.

The process color (four color CMYK) of #fdba4f color hex is 0.00, 0.26, 0.69, 0.01. Web safe color of #fdba4f is #ffcc66. Color #fdba4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 01001111
Octal 375 272 117
Decimal 253 186 79
Hex FD BA 4F

RGB Percentages of Color #fdba4f

%48.84
%35.91
%15.25

CMYK Percentages of Color #fdba4f

%0
%26
%69
%1

Triadic Colors of #fdba4f

#fdba4f #4ffdba #ba4ffd

Analogous Colors of #fdba4f

#fdba4f #e9fd4f #fd634f

Monochromatic Colors of #fdba4f

#fdba4f

Complementary Color

#fdba4f #4f92fd

#fdba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba4f Color CSS Codes

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

#fdba4f Text Font Color

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

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


#fdba4f Background Color

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

This div background color is #fdba4f


#fdba4f Border Color

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

This div border color is #fdba4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba4f


Comments

No comments written yet.

Please login to write comment.