Color Hex Logo

#fed66e Color Hex

#FED66E
(254,214,110)
0 Favorites   0 Comments

Color spaces of #fed66e

RGB 254214110
HSL0.120.990.71
HSV43°57°100°
CMYK 0.000.160.57   0.00
XYZ67.734170.289824.7492
Yxy70.28980.41610.4318
Hunter Lab83.8390-2.506941.1850
CIE-Lab87.13882.044055.7682

#fed66e color RGB value is (254,214,110).

#fed66e hex color red value is 254, green value is 214 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fed66e hue: 0.12 , saturation: 0.99 and the lightness value of fed66e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01101110
Octal 376 326 156
Decimal 254 214 110
Hex FE D6 6E

RGB Percentages of Color #fed66e

%43.94
%37.02
%19.03

CMYK Percentages of Color #fed66e

%0
%16
%57
%0

Triadic Colors of #fed66e

#fed66e #6efed6 #d66efe

Analogous Colors of #fed66e

#fed66e #defe6e #fe8e6e

Monochromatic Colors of #fed66e

#fed66e

Complementary Color

#fed66e #6e96fe

#fed66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed66e Color CSS Codes

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

#fed66e Text Font Color

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

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


#fed66e Background Color

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

This div background color is #fed66e


#fed66e Border Color

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

This div border color is #fed66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed66e


Comments

No comments written yet.

Please login to write comment.