Color Hex Logo

#fecc1b Color Hex

#FECC1B
(254,204,27)
0 Favorites   0 Comments

Color spaces of #fecc1b

RGB 25420427
HSL0.130.990.55
HSV47°89°100°
CMYK 0.000.200.89   0.00
XYZ62.663764.335710.1522
Yxy64.33570.45690.4691
Hunter Lab80.2095-0.913648.6423
CIE-Lab84.14023.534681.9648

#fecc1b color RGB value is (254,204,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 00011011
Octal 376 314 33
Decimal 254 204 27
Hex FE CC 1B

RGB Percentages of Color #fecc1b

%52.37
%42.06
%5.57

CMYK Percentages of Color #fecc1b

%0
%20
%89
%0

Triadic Colors of #fecc1b

#fecc1b #1bfecc #cc1bfe

Analogous Colors of #fecc1b

#fecc1b #bffe1b #fe5b1b

Monochromatic Colors of #fecc1b

#fecc1b

Complementary Color

#fecc1b #1b4dfe

#fecc1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc1b Color CSS Codes

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

#fecc1b Text Font Color

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

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


#fecc1b Background Color

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

This div background color is #fecc1b


#fecc1b Border Color

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

This div border color is #fecc1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc1b

Related Colors


Comments

No comments written yet.

Please login to write comment.