color codes Logo

#fee00b color codes

#FEE00B
(254,224,11)
0 Favorites   0 Comments

Color spaces of #fee00b

RGB 25422411
HSL0.150.990.52
HSV53°96°100°
CMYK 0.000.120.96   0.00
XYZ67.589174.406311.1161
Yxy74.40630.44140.4860
Hunter Lab86.2591-11.088152.7407
CIE-Lab89.1142-6.789487.7566

#fee00b color RGB value is (254,224,11).

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

The process color (four color CMYK) of #fee00b color code is 0.00, 0.12, 0.96, 0.00. Web safe color of #fee00b is #ffcc00. Color #fee00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00001011
Octal 376 340 13
Decimal 254 224 11
Hex FE E0 B

RGB Percentages of Color #fee00b

%51.94
%45.81
%2.25

CMYK Percentages of Color #fee00b

%0
%12
%96
%0

Triadic Colors of #fee00b

#fee00b #0bfee0 #e00bfe

Analogous Colors of #fee00b

#fee00b #a3fe0b #fe670b

Monochromatic Colors of #fee00b

#fee00b

Complementary Color

#fee00b #0b29fe

#fee00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee00b Color CSS Codes

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

#fee00b Text Font Color

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

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


#fee00b Background Color

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

This div background color is #fee00b


#fee00b Border Color

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

This div border color is #fee00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee00b


Comments

No comments written yet.

Please login to write comment.