Color Hex Logo

#fdba79 Color Hex

#FDBA79
(253,186,121)
0 Favorites   0 Comments

Color spaces of #fdba79

RGB 253186121
HSL0.080.970.73
HSV30°52°99°
CMYK 0.000.260.52   0.01
XYZ61.518157.380925.9224
Yxy57.38090.42480.3962
Hunter Lab75.750212.400332.7356
CIE-Lab80.393417.016842.2392

#fdba79 color RGB value is (253,186,121).

#fdba79 hex color red value is 253, green value is 186 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fdba79 hue: 0.08 , saturation: 0.97 and the lightness value of fdba79 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 01111001
Octal 375 272 171
Decimal 253 186 121
Hex FD BA 79

RGB Percentages of Color #fdba79

%45.18
%33.21
%21.61

CMYK Percentages of Color #fdba79

%0
%26
%52
%1

Triadic Colors of #fdba79

#fdba79 #79fdba #ba79fd

Analogous Colors of #fdba79

#fdba79 #fdfc79 #fd797a

Monochromatic Colors of #fdba79

#fdba79

Complementary Color

#fdba79 #79bcfd

#fdba79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba79 Color CSS Codes

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

#fdba79 Text Font Color

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

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


#fdba79 Background Color

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

This div background color is #fdba79


#fdba79 Border Color

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

This div border color is #fdba79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba79


Comments

No comments written yet.

Please login to write comment.