Color Hex Logo

#fed66a Color Hex

#FED66A
(254,214,106)
0 Favorites   0 Comments

Color spaces of #fed66a

RGB 254214106
HSL0.120.990.71
HSV44°58°100°
CMYK 0.000.160.58   0.00
XYZ67.521170.204623.6278
Yxy70.20460.41850.4351
Hunter Lab83.7882-2.784341.9323
CIE-Lab87.09711.755157.5684

#fed66a color RGB value is (254,214,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01101010
Octal 376 326 152
Decimal 254 214 106
Hex FE D6 6A

RGB Percentages of Color #fed66a

%44.25
%37.28
%18.47

CMYK Percentages of Color #fed66a

%0
%16
%58
%0

Triadic Colors of #fed66a

#fed66a #6afed6 #d66afe

Analogous Colors of #fed66a

#fed66a #dcfe6a #fe8c6a

Monochromatic Colors of #fed66a

#fed66a

Complementary Color

#fed66a #6a92fe

#fed66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed66a Color CSS Codes

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

#fed66a Text Font Color

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

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


#fed66a Background Color

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

This div background color is #fed66a


#fed66a Border Color

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

This div border color is #fed66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed66a


Comments

No comments written yet.

Please login to write comment.