Color Hex Logo

#ffd986 Color Hex

#FFD986
(255,217,134)
0 Favorites   0 Comments

Color spaces of #ffd986

RGB 255217134
HSL0.111.000.76
HSV41°47°100°
CMYK 0.000.150.47   0.00
XYZ70.355972.606932.8606
Yxy72.60690.40020.4130
Hunter Lab85.2097-1.733136.7819
CIE-Lab88.25992.901245.6050

#ffd986 color RGB value is (255,217,134).

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

The process color (four color CMYK) of #ffd986 color hex is 0.00, 0.15, 0.47, 0.00. Web safe color of #ffd986 is #ffcc99. Color #ffd986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 10000110
Octal 377 331 206
Decimal 255 217 134
Hex FF D9 86

RGB Percentages of Color #ffd986

%42.08
%35.81
%22.11

CMYK Percentages of Color #ffd986

%0
%15
%47
%0

Triadic Colors of #ffd986

#ffd986 #86ffd9 #d986ff

Analogous Colors of #ffd986

#ffd986 #e9ff86 #ff9d86

Monochromatic Colors of #ffd986

#ffd986

Complementary Color

#ffd986 #86acff

#ffd986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd986 Color CSS Codes

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

#ffd986 Text Font Color

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

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


#ffd986 Background Color

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

This div background color is #ffd986


#ffd986 Border Color

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

This div border color is #ffd986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd986

Related Colors

#ffd986 Color Palettes


Comments

No comments written yet.

Please login to write comment.