Color Hex Logo

#fecf3b Color Hex

#FECF3B
(254,207,59)
0 Favorites   0 Comments

Color spaces of #fecf3b

RGB 25420759
HSL0.130.990.61
HSV46°77°100°
CMYK 0.000.190.77   0.00
XYZ63.975366.012213.5074
Yxy66.01220.44580.4600
Hunter Lab81.2479-1.631447.0166
CIE-Lab85.00262.832674.3953

#fecf3b color RGB value is (254,207,59).

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

The process color (four color CMYK) of #fecf3b color hex is 0.00, 0.19, 0.77, 0.00. Web safe color of #fecf3b is #ffcc33. Color #fecf3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00111011
Octal 376 317 73
Decimal 254 207 59
Hex FE CF 3B

RGB Percentages of Color #fecf3b

%48.85
%39.81
%11.35

CMYK Percentages of Color #fecf3b

%0
%19
%77
%0

Triadic Colors of #fecf3b

#fecf3b #3bfecf #cf3bfe

Analogous Colors of #fecf3b

#fecf3b #ccfe3b #fe6e3b

Monochromatic Colors of #fecf3b

#fecf3b

Complementary Color

#fecf3b #3b6afe

#fecf3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf3b Color CSS Codes

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

#fecf3b Text Font Color

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

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


#fecf3b Background Color

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

This div background color is #fecf3b


#fecf3b Border Color

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

This div border color is #fecf3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf3b


Comments

No comments written yet.

Please login to write comment.