Color Hex Logo

#ffd86e Color Hex

#FFD86E
(255,216,110)
0 Favorites   0 Comments

Color spaces of #ffd86e

RGB 255216110
HSL0.121.000.72
HSV44°57°100°
CMYK 0.000.150.57   0.00
XYZ68.610371.497524.9361
Yxy71.49750.41570.4332
Hunter Lab84.5562-3.135541.7044
CIE-Lab87.72621.429856.4744

#ffd86e color RGB value is (255,216,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 01101110
Octal 377 330 156
Decimal 255 216 110
Hex FF D8 6E

RGB Percentages of Color #ffd86e

%43.89
%37.18
%18.93

CMYK Percentages of Color #ffd86e

%0
%15
%57
%0

Triadic Colors of #ffd86e

#ffd86e #6effd8 #d86eff

Analogous Colors of #ffd86e

#ffd86e #deff6e #ff906e

Monochromatic Colors of #ffd86e

#ffd86e

Complementary Color

#ffd86e #6e95ff

#ffd86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd86e Color CSS Codes

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

#ffd86e Text Font Color

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

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


#ffd86e Background Color

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

This div background color is #ffd86e


#ffd86e Border Color

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

This div border color is #ffd86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd86e


Comments

No comments written yet.

Please login to write comment.