Color Hex Logo

#fed866 Color Hex

#FED866
(254,216,102)
0 Favorites   0 Comments

Color spaces of #fed866

RGB 254216102
HSL0.130.990.70
HSV45°60°100°
CMYK 0.000.150.60   0.00
XYZ67.827271.141922.7272
Yxy71.14190.41950.4400
Hunter Lab84.3457-4.062843.0661
CIE-Lab87.55390.459359.9028

#fed866 color RGB value is (254,216,102).

#fed866 hex color red value is 254, green value is 216 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fed866 hue: 0.13 , saturation: 0.99 and the lightness value of fed866 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01100110
Octal 376 330 146
Decimal 254 216 102
Hex FE D8 66

RGB Percentages of Color #fed866

%44.41
%37.76
%17.83

CMYK Percentages of Color #fed866

%0
%15
%60
%0

Triadic Colors of #fed866

#fed866 #66fed8 #d866fe

Analogous Colors of #fed866

#fed866 #d8fe66 #fe8c66

Monochromatic Colors of #fed866

#fed866

Complementary Color

#fed866 #668cfe

#fed866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed866 Color CSS Codes

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

#fed866 Text Font Color

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

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


#fed866 Background Color

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

This div background color is #fed866


#fed866 Border Color

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

This div border color is #fed866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed866

Related Colors

#fed866 Color Palettes


Comments

No comments written yet.

Please login to write comment.