Color Hex Logo

#fdb479 Color Hex

#FDB479
(253,180,121)
0 Favorites   0 Comments

Color spaces of #fdb479

RGB 253180121
HSL0.070.970.73
HSV27°52°99°
CMYK 0.000.290.52   0.01
XYZ60.280554.905625.5099
Yxy54.90560.42840.3902
Hunter Lab74.098315.541431.4570
CIE-Lab78.986920.159240.4752

#fdb479 color RGB value is (253,180,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 01111001
Octal 375 264 171
Decimal 253 180 121
Hex FD B4 79

RGB Percentages of Color #fdb479

%45.67
%32.49
%21.84

CMYK Percentages of Color #fdb479

%0
%29
%52
%1

Triadic Colors of #fdb479

#fdb479 #79fdb4 #b479fd

Analogous Colors of #fdb479

#fdb479 #fdf679 #fd7980

Monochromatic Colors of #fdb479

#fdb479

Complementary Color

#fdb479 #79c2fd

#fdb479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb479 Color CSS Codes

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

#fdb479 Text Font Color

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

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


#fdb479 Background Color

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

This div background color is #fdb479


#fdb479 Border Color

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

This div border color is #fdb479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb479


Comments

No comments written yet.

Please login to write comment.