Color Hex Logo

#fecf63 Color Hex

#FECF63
(254,207,99)
0 Favorites   0 Comments

Color spaces of #fecf63

RGB 25420799
HSL0.120.990.69
HSV42°61°100°
CMYK 0.000.190.61   0.00
XYZ65.438066.597321.2100
Yxy66.59730.42700.4346
Hunter Lab81.60720.320541.7153
CIE-Lab85.30024.864558.7181

#fecf63 color RGB value is (254,207,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 01100011
Octal 376 317 143
Decimal 254 207 99
Hex FE CF 63

RGB Percentages of Color #fecf63

%45.36
%36.96
%17.68

CMYK Percentages of Color #fecf63

%0
%19
%61
%0

Triadic Colors of #fecf63

#fecf63 #63fecf #cf63fe

Analogous Colors of #fecf63

#fecf63 #e0fe63 #fe8263

Monochromatic Colors of #fecf63

#fecf63

Complementary Color

#fecf63 #6392fe

#fecf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf63 Color CSS Codes

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

#fecf63 Text Font Color

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

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


#fecf63 Background Color

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

This div background color is #fecf63


#fecf63 Border Color

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

This div border color is #fecf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf63


Comments

No comments written yet.

Please login to write comment.