Color Hex Logo

#fec663 Color Hex

#FEC663
(254,198,99)
0 Favorites   0 Comments

Color spaces of #fec663

RGB 25419899
HSL0.110.990.69
HSV38°61°100°
CMYK 0.000.220.61   0.00
XYZ63.319362.359820.5037
Yxy62.35980.43320.4266
Hunter Lab78.96824.932739.8834
CIE-Lab83.10449.511956.2337

#fec663 color RGB value is (254,198,99).

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

The process color (four color CMYK) of #fec663 color hex is 0.00, 0.22, 0.61, 0.00. Web safe color of #fec663 is #ffcc66. Color #fec663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01100011
Octal 376 306 143
Decimal 254 198 99
Hex FE C6 63

RGB Percentages of Color #fec663

%46.10
%35.93
%17.97

CMYK Percentages of Color #fec663

%0
%22
%61
%0

Triadic Colors of #fec663

#fec663 #63fec6 #c663fe

Analogous Colors of #fec663

#fec663 #e9fe63 #fe7963

Monochromatic Colors of #fec663

#fec663

Complementary Color

#fec663 #639bfe

#fec663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec663 Color CSS Codes

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

#fec663 Text Font Color

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

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


#fec663 Background Color

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

This div background color is #fec663


#fec663 Border Color

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

This div border color is #fec663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec663

Related Colors


Comments

No comments written yet.

Please login to write comment.