Color Hex Logo

#ffc560 Color Hex

#FFC560
(255,197,96)
0 Favorites   0 Comments

Color spaces of #ffc560

RGB 25519796
HSL0.111.000.69
HSV38°62°100°
CMYK 0.000.230.62   0.00
XYZ63.317662.037019.7035
Yxy62.03700.43650.4277
Hunter Lab78.76365.658940.3025
CIE-Lab82.933110.246357.4495

#ffc560 color RGB value is (255,197,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 01100000
Octal 377 305 140
Decimal 255 197 96
Hex FF C5 60

RGB Percentages of Color #ffc560

%46.53
%35.95
%17.52

CMYK Percentages of Color #ffc560

%0
%23
%62
%0

Triadic Colors of #ffc560

#ffc560 #60ffc5 #c560ff

Analogous Colors of #ffc560

#ffc560 #eaff60 #ff7660

Monochromatic Colors of #ffc560

#ffc560

Complementary Color

#ffc560 #609aff

#ffc560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc560 Color CSS Codes

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

#ffc560 Text Font Color

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

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


#ffc560 Background Color

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

This div background color is #ffc560


#ffc560 Border Color

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

This div border color is #ffc560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc560


Comments

No comments written yet.

Please login to write comment.