Color Hex Logo

#ffd560 Color Hex

#FFD560
(255,213,96)
0 Favorites   0 Comments

Color spaces of #ffd560

RGB 25521396
HSL0.121.000.69
HSV44°62°100°
CMYK 0.000.160.62   0.00
XYZ67.145669.693020.9795
Yxy69.69300.42550.4416
Hunter Lab83.4823-2.524943.5378
CIE-Lab86.84612.008661.8049

#ffd560 color RGB value is (255,213,96).

#ffd560 hex color red value is 255, green value is 213 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ffd560 hue: 0.12 , saturation: 1.00 and the lightness value of ffd560 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 01100000
Octal 377 325 140
Decimal 255 213 96
Hex FF D5 60

RGB Percentages of Color #ffd560

%45.21
%37.77
%17.02

CMYK Percentages of Color #ffd560

%0
%16
%62
%0

Triadic Colors of #ffd560

#ffd560 #60ffd5 #d560ff

Analogous Colors of #ffd560

#ffd560 #daff60 #ff8660

Monochromatic Colors of #ffd560

#ffd560

Complementary Color

#ffd560 #608aff

#ffd560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd560 Color CSS Codes

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

#ffd560 Text Font Color

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

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


#ffd560 Background Color

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

This div background color is #ffd560


#ffd560 Border Color

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

This div border color is #ffd560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd560

Related Colors

#ffd560 Color Palettes


Comments

No comments written yet.

Please login to write comment.