Color Hex Logo

#fdd86f Color Hex

#FDD86F
(253,216,111)
0 Favorites   0 Comments

Color spaces of #fdd86f

RGB 253216111
HSL0.120.970.71
HSV44°56°99°
CMYK 0.000.150.56   0.01
XYZ67.933171.142125.1903
Yxy71.14210.41360.4331
Hunter Lab84.3458-3.839141.3348
CIE-Lab87.55400.691355.7632

#fdd86f color RGB value is (253,216,111).

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

The process color (four color CMYK) of #fdd86f color hex is 0.00, 0.15, 0.56, 0.01. Web safe color of #fdd86f is #ffcc66. Color #fdd86f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01101111
Octal 375 330 157
Decimal 253 216 111
Hex FD D8 6F

RGB Percentages of Color #fdd86f

%43.62
%37.24
%19.14

CMYK Percentages of Color #fdd86f

%0
%15
%56
%1

Triadic Colors of #fdd86f

#fdd86f #6ffdd8 #d86ffd

Analogous Colors of #fdd86f

#fdd86f #dbfd6f #fd916f

Monochromatic Colors of #fdd86f

#fdd86f

Complementary Color

#fdd86f #6f94fd

#fdd86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd86f Color CSS Codes

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

#fdd86f Text Font Color

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

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


#fdd86f Background Color

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

This div background color is #fdd86f


#fdd86f Border Color

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

This div border color is #fdd86f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,216,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd86f


Comments

No comments written yet.

Please login to write comment.