Color Hex Logo

#ff866d Color Hex

#FF866D
(255,134,109)
0 Favorites   0 Comments

Color spaces of #ff866d

RGB 255134109
HSL0.031.000.71
HSV10°57°100°
CMYK 0.000.470.57   0.00
XYZ52.525439.414319.3073
Yxy39.41430.47220.3543
Hunter Lab62.780839.475125.7128
CIE-Lab69.050343.715334.2771

#ff866d color RGB value is (255,134,109).

#ff866d hex color red value is 255, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ff866d hue: 0.03 , saturation: 1.00 and the lightness value of ff866d is 0.71.

The process color (four color CMYK) of #ff866d color hex is 0.00, 0.47, 0.57, 0.00. Web safe color of #ff866d is #ff9966. Color #ff866d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000110 01101101
Octal 377 206 155
Decimal 255 134 109
Hex FF 86 6D

RGB Percentages of Color #ff866d

%51.20
%26.91
%21.89

CMYK Percentages of Color #ff866d

%0
%47
%57
%0

Triadic Colors of #ff866d

#ff866d #6dff86 #866dff

Analogous Colors of #ff866d

#ff866d #ffcf6d #ff6d9d

Monochromatic Colors of #ff866d

#ff866d

Complementary Color

#ff866d #6de6ff

#ff866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff866d Color CSS Codes

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

#ff866d Text Font Color

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

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


#ff866d Background Color

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

This div background color is #ff866d


#ff866d Border Color

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

This div border color is #ff866d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,134,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff866d

Related Colors


Comments

No comments written yet.

Please login to write comment.