Color Hex Logo

#fec866 Color Hex

#FEC866
(254,200,102)
0 Favorites   0 Comments

Color spaces of #fec866

RGB 254200102
HSL0.110.990.70
HSV39°60°100°
CMYK 0.000.210.60   0.00
XYZ63.925663.338721.4267
Yxy63.33870.42990.4260
Hunter Lab79.58564.101839.7474
CIE-Lab83.62038.677655.4282

#fec866 color RGB value is (254,200,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 01100110
Octal 376 310 146
Decimal 254 200 102
Hex FE C8 66

RGB Percentages of Color #fec866

%45.68
%35.97
%18.35

CMYK Percentages of Color #fec866

%0
%21
%60
%0

Triadic Colors of #fec866

#fec866 #66fec8 #c866fe

Analogous Colors of #fec866

#fec866 #e8fe66 #fe7c66

Monochromatic Colors of #fec866

#fec866

Complementary Color

#fec866 #669cfe

#fec866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec866 Color CSS Codes

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

#fec866 Text Font Color

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

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


#fec866 Background Color

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

This div background color is #fec866


#fec866 Border Color

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

This div border color is #fec866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec866


Comments

No comments written yet.

Please login to write comment.