Color Hex Logo

#ffd86f Color Hex

#FFD86F
(255,216,111)
0 Favorites   0 Comments

Color spaces of #ffd86f

RGB 255216111
HSL0.121.000.72
HSV44°56°100°
CMYK 0.000.150.56   0.00
XYZ68.665171.519425.2245
Yxy71.51940.41510.4324
Hunter Lab84.5691-3.064641.5139
CIE-Lab87.73671.503656.0228

#ffd86f color RGB value is (255,216,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 01101111
Octal 377 330 157
Decimal 255 216 111
Hex FF D8 6F

RGB Percentages of Color #ffd86f

%43.81
%37.11
%19.07

CMYK Percentages of Color #ffd86f

%0
%15
%56
%0

Triadic Colors of #ffd86f

#ffd86f #6fffd8 #d86fff

Analogous Colors of #ffd86f

#ffd86f #deff6f #ff906f

Monochromatic Colors of #ffd86f

#ffd86f

Complementary Color

#ffd86f #6f96ff

#ffd86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd86f Color CSS Codes

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

#ffd86f Text Font Color

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

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


#ffd86f Background Color

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

This div background color is #ffd86f


#ffd86f Border Color

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

This div border color is #ffd86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd86f

#ffd86f Color Palettes


Comments

No comments written yet.

Please login to write comment.