Color Hex Logo

#fdb560 Color Hex

#FDB560
(253,181,96)
0 Favorites   0 Comments

Color spaces of #fdb560

RGB 25318196
HSL0.090.980.68
HSV32°62°99°
CMYK 0.000.280.62   0.01
XYZ59.143254.774918.5218
Yxy54.77490.44660.4136
Hunter Lab74.010113.126036.9691
CIE-Lab78.911417.765652.8239

#fdb560 color RGB value is (253,181,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01100000
Octal 375 265 140
Decimal 253 181 96
Hex FD B5 60

RGB Percentages of Color #fdb560

%47.74
%34.15
%18.11

CMYK Percentages of Color #fdb560

%0
%28
%62
%1

Triadic Colors of #fdb560

#fdb560 #60fdb5 #b560fd

Analogous Colors of #fdb560

#fdb560 #f7fd60 #fd6760

Monochromatic Colors of #fdb560

#fdb560

Complementary Color

#fdb560 #60a8fd

#fdb560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb560 Color CSS Codes

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

#fdb560 Text Font Color

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

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


#fdb560 Background Color

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

This div background color is #fdb560


#fdb560 Border Color

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

This div border color is #fdb560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb560


Comments

No comments written yet.

Please login to write comment.