Color Hex Logo

#fdb56f Color Hex

#FDB56F
(253,181,111)
0 Favorites   0 Comments

Color spaces of #fdb56f

RGB 253181111
HSL0.080.970.71
HSV30°56°99°
CMYK 0.000.280.56   0.01
XYZ59.901155.078122.5129
Yxy55.07810.43570.4006
Hunter Lab74.214614.197733.9647
CIE-Lab79.086218.827845.6774

#fdb56f color RGB value is (253,181,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01101111
Octal 375 265 157
Decimal 253 181 111
Hex FD B5 6F

RGB Percentages of Color #fdb56f

%46.42
%33.21
%20.37

CMYK Percentages of Color #fdb56f

%0
%28
%56
%1

Triadic Colors of #fdb56f

#fdb56f #6ffdb5 #b56ffd

Analogous Colors of #fdb56f

#fdb56f #fdfc6f #fd6f70

Monochromatic Colors of #fdb56f

#fdb56f

Complementary Color

#fdb56f #6fb7fd

#fdb56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb56f Color CSS Codes

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

#fdb56f Text Font Color

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

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


#fdb56f Background Color

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

This div background color is #fdb56f


#fdb56f Border Color

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

This div border color is #fdb56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb56f


Comments

No comments written yet.

Please login to write comment.