color codes Logo

#feec1a color codes

#FEEC1A
(254,236,26)
0 Favorites   0 Comments

Color spaces of #feec1a

RGB 25423626
HSL0.150.990.55
HSV55°90°100°
CMYK 0.000.070.90   0.00
XYZ71.055081.136312.8932
Yxy81.13630.43040.4915
Hunter Lab90.0757-16.825154.5664
CIE-Lab92.1923-12.555688.3267

#feec1a color RGB value is (254,236,26).

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

The process color (four color CMYK) of #feec1a color code is 0.00, 0.07, 0.90, 0.00. Web safe color of #feec1a is #ffff33. Color #feec1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 00011010
Octal 376 354 32
Decimal 254 236 26
Hex FE EC 1A

RGB Percentages of Color #feec1a

%49.22
%45.74
%5.04

CMYK Percentages of Color #feec1a

%0
%7
%90
%0

Triadic Colors of #feec1a

#feec1a #1afeec #ec1afe

Analogous Colors of #feec1a

#feec1a #9efe1a #fe7a1a

Monochromatic Colors of #feec1a

#feec1a

Complementary Color

#feec1a #1a2cfe

#feec1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec1a Color CSS Codes

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

#feec1a Text Font Color

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

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


#feec1a Background Color

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

This div background color is #feec1a


#feec1a Border Color

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

This div border color is #feec1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec1a


Comments

No comments written yet.

Please login to write comment.