Color Hex Logo

#fecc3b Color Hex

#FECC3B
(254,204,59)
0 Favorites   0 Comments

Color spaces of #fecc3b

RGB 25420459
HSL0.120.990.61
HSV45°77°100°
CMYK 0.000.200.77   0.00
XYZ63.255364.572313.2675
Yxy64.57230.44830.4577
Hunter Lab80.3569-0.113046.4606
CIE-Lab84.26294.371373.7139

#fecc3b color RGB value is (254,204,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 00111011
Octal 376 314 73
Decimal 254 204 59
Hex FE CC 3B

RGB Percentages of Color #fecc3b

%49.13
%39.46
%11.41

CMYK Percentages of Color #fecc3b

%0
%20
%77
%0

Triadic Colors of #fecc3b

#fecc3b #3bfecc #cc3bfe

Analogous Colors of #fecc3b

#fecc3b #cffe3b #fe6b3b

Monochromatic Colors of #fecc3b

#fecc3b

Complementary Color

#fecc3b #3b6dfe

#fecc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc3b Color CSS Codes

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

#fecc3b Text Font Color

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

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


#fecc3b Background Color

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

This div background color is #fecc3b


#fecc3b Border Color

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

This div border color is #fecc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc3b


Comments

No comments written yet.

Please login to write comment.