Color Hex Logo

#fdd986 Color Hex

#FDD986
(253,217,134)
0 Favorites   0 Comments

Color spaces of #fdd986

RGB 253217134
HSL0.120.970.76
HSV42°47°99°
CMYK 0.000.140.47   0.01
XYZ69.623972.229632.8264
Yxy72.22960.39860.4135
Hunter Lab84.9880-2.498236.5910
CIE-Lab88.07902.106945.3397

#fdd986 color RGB value is (253,217,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 10000110
Octal 375 331 206
Decimal 253 217 134
Hex FD D9 86

RGB Percentages of Color #fdd986

%41.89
%35.93
%22.19

CMYK Percentages of Color #fdd986

%0
%14
%47
%1

Triadic Colors of #fdd986

#fdd986 #86fdd9 #d986fd

Analogous Colors of #fdd986

#fdd986 #e6fd86 #fd9e86

Monochromatic Colors of #fdd986

#fdd986

Complementary Color

#fdd986 #86aafd

#fdd986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd986 Color CSS Codes

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

#fdd986 Text Font Color

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

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


#fdd986 Background Color

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

This div background color is #fdd986


#fdd986 Border Color

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

This div border color is #fdd986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd986


Comments

No comments written yet.

Please login to write comment.