Color Hex Logo

#fdb574 Color Hex

#FDB574
(253,181,116)
0 Favorites   0 Comments

Color spaces of #fdb574

RGB 253181116
HSL0.080.970.72
HSV28°54°99°
CMYK 0.000.280.54   0.01
XYZ60.184355.191324.0039
Yxy55.19130.43180.3960
Hunter Lab74.290814.597032.8466
CIE-Lab79.151319.221743.2345

#fdb574 color RGB value is (253,181,116).

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

The process color (four color CMYK) of #fdb574 color hex is 0.00, 0.28, 0.54, 0.01. Web safe color of #fdb574 is #ffcc66. Color #fdb574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01110100
Octal 375 265 164
Decimal 253 181 116
Hex FD B5 74

RGB Percentages of Color #fdb574

%46.00
%32.91
%21.09

CMYK Percentages of Color #fdb574

%0
%28
%54
%1

Triadic Colors of #fdb574

#fdb574 #74fdb5 #b574fd

Analogous Colors of #fdb574

#fdb574 #fdfa74 #fd7478

Monochromatic Colors of #fdb574

#fdb574

Complementary Color

#fdb574 #74bcfd

#fdb574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb574 Color CSS Codes

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

#fdb574 Text Font Color

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

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


#fdb574 Background Color

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

This div background color is #fdb574


#fdb574 Border Color

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

This div border color is #fdb574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb574

#fdb574 Color Palettes


Comments

No comments written yet.

Please login to write comment.