Color Hex Logo

#fecf4f Color Hex

#FECF4F
(254,207,79)
0 Favorites   0 Comments

Color spaces of #fecf4f

RGB 25420779
HSL0.120.990.65
HSV44°69°100°
CMYK 0.000.190.69   0.00
XYZ64.597266.261016.7821
Yxy66.26100.43750.4488
Hunter Lab81.4009-0.799444.7570
CIE-Lab85.12943.701767.1287

#fecf4f color RGB value is (254,207,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 01001111
Octal 376 317 117
Decimal 254 207 79
Hex FE CF 4F

RGB Percentages of Color #fecf4f

%47.04
%38.33
%14.63

CMYK Percentages of Color #fecf4f

%0
%19
%69
%0

Triadic Colors of #fecf4f

#fecf4f #4ffecf #cf4ffe

Analogous Colors of #fecf4f

#fecf4f #d6fe4f #fe784f

Monochromatic Colors of #fecf4f

#fecf4f

Complementary Color

#fecf4f #4f7efe

#fecf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf4f Color CSS Codes

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

#fecf4f Text Font Color

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

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


#fecf4f Background Color

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

This div background color is #fecf4f


#fecf4f Border Color

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

This div border color is #fecf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf4f


Comments

No comments written yet.

Please login to write comment.