Color Hex Logo

#fdb979 Color Hex

#FDB979
(253,185,121)
0 Favorites   0 Comments

Color spaces of #fdb979

RGB 253185121
HSL0.080.970.73
HSV29°52°99°
CMYK 0.000.270.52   0.01
XYZ61.308256.961025.8525
Yxy56.96100.42540.3952
Hunter Lab75.472512.923132.5214
CIE-Lab80.157717.540341.9443

#fdb979 color RGB value is (253,185,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 01111001
Octal 375 271 171
Decimal 253 185 121
Hex FD B9 79

RGB Percentages of Color #fdb979

%45.26
%33.09
%21.65

CMYK Percentages of Color #fdb979

%0
%27
%52
%1

Triadic Colors of #fdb979

#fdb979 #79fdb9 #b979fd

Analogous Colors of #fdb979

#fdb979 #fdfb79 #fd797b

Monochromatic Colors of #fdb979

#fdb979

Complementary Color

#fdb979 #79bdfd

#fdb979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb979 Color CSS Codes

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

#fdb979 Text Font Color

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

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


#fdb979 Background Color

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

This div background color is #fdb979


#fdb979 Border Color

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

This div border color is #fdb979


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,185,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 #fdb979">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb979


Comments

No comments written yet.

Please login to write comment.