Color Hex Logo

#fdb986 Color Hex

#FDB986
(253,185,134)
0 Favorites   0 Comments

Color spaces of #fdb986

RGB 253185134
HSL0.070.970.76
HSV26°47°99°
CMYK 0.000.270.47   0.01
XYZ62.160157.301830.3384
Yxy57.30180.41500.3825
Hunter Lab75.698014.105629.2262
CIE-Lab80.349018.707135.4897

#fdb986 color RGB value is (253,185,134).

#fdb986 hex color red value is 253, green value is 185 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fdb986 hue: 0.07 , saturation: 0.97 and the lightness value of fdb986 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10000110
Octal 375 271 206
Decimal 253 185 134
Hex FD B9 86

RGB Percentages of Color #fdb986

%44.23
%32.34
%23.43

CMYK Percentages of Color #fdb986

%0
%27
%47
%1

Triadic Colors of #fdb986

#fdb986 #86fdb9 #b986fd

Analogous Colors of #fdb986

#fdb986 #fdf586 #fd868f

Monochromatic Colors of #fdb986

#fdb986

Complementary Color

#fdb986 #86cafd

#fdb986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb986 Color CSS Codes

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

#fdb986 Text Font Color

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

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


#fdb986 Background Color

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

This div background color is #fdb986


#fdb986 Border Color

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

This div border color is #fdb986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb986

Related Colors


Comments

No comments written yet.

Please login to write comment.