Color Hex Logo

#feb220 Color Hex

#FEB220
(254,178,32)
0 Favorites   0 Comments

Color spaces of #feb220

RGB 25417832
HSL0.110.990.56
HSV39°87°100°
CMYK 0.000.300.87   0.00
XYZ57.054253.01598.5925
Yxy53.01590.48080.4468
Hunter Lab72.812012.448443.9716
CIE-Lab77.884417.106376.0836

#feb220 color RGB value is (254,178,32).

#feb220 hex color red value is 254, green value is 178 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #feb220 hue: 0.11 , saturation: 0.99 and the lightness value of feb220 is 0.56.

The process color (four color CMYK) of #feb220 color hex is 0.00, 0.30, 0.87, 0.00. Web safe color of #feb220 is #ff9933. Color #feb220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00100000
Octal 376 262 40
Decimal 254 178 32
Hex FE B2 20

RGB Percentages of Color #feb220

%54.74
%38.36
%6.90

CMYK Percentages of Color #feb220

%0
%30
%87
%0

Triadic Colors of #feb220

#feb220 #20feb2 #b220fe

Analogous Colors of #feb220

#feb220 #dbfe20 #fe4320

Monochromatic Colors of #feb220

#feb220

Complementary Color

#feb220 #206cfe

#feb220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb220 Color CSS Codes

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

#feb220 Text Font Color

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

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


#feb220 Background Color

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

This div background color is #feb220


#feb220 Border Color

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

This div border color is #feb220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb220


Comments

No comments written yet.

Please login to write comment.