color codes Logo

#fdb056 color codes

#FDB056
(253,176,86)
0 Favorites   0 Comments

Color spaces of #fdb056

RGB 25317686
HSL0.090.980.66
HSV32°66°99°
CMYK 0.000.300.66   0.01
XYZ57.713152.605215.9161
Yxy52.60520.45720.4167
Hunter Lab72.529415.109437.7598
CIE-Lab77.641319.771556.0955

#fdb056 color RGB value is (253,176,86).

#fdb056 hex color red value is 253, green value is 176 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fdb056 hue: 0.09 , saturation: 0.98 and the lightness value of fdb056 is 0.66.

The process color (four color CMYK) of #fdb056 color code is 0.00, 0.30, 0.66, 0.01. Web safe color of #fdb056 is #ff9966. Color #fdb056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01010110
Octal 375 260 126
Decimal 253 176 86
Hex FD B0 56

RGB Percentages of Color #fdb056

%49.13
%34.17
%16.70

CMYK Percentages of Color #fdb056

%0
%30
%66
%1

Triadic Colors of #fdb056

#fdb056 #56fdb0 #b056fd

Analogous Colors of #fdb056

#fdb056 #f7fd56 #fd5d56

Monochromatic Colors of #fdb056

#fdb056

Complementary Color

#fdb056 #56a3fd

#fdb056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb056 Color CSS Codes

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

#fdb056 Text Font Color

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

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


#fdb056 Background Color

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

This div background color is #fdb056


#fdb056 Border Color

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

This div border color is #fdb056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb056


Comments

No comments written yet.

Please login to write comment.