Color Hex Logo

#feb20d Color Hex

#FEB20D
(254,178,13)
0 Favorites   0 Comments

Color spaces of #feb20d

RGB 25417813
HSL0.110.990.52
HSV41°95°100°
CMYK 0.000.300.95   0.00
XYZ56.866152.94077.6022
Yxy52.94070.48430.4509
Hunter Lab72.760412.176644.7375
CIE-Lab77.840016.833779.4381

#feb20d color RGB value is (254,178,13).

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

The process color (four color CMYK) of #feb20d color hex is 0.00, 0.30, 0.95, 0.00. Web safe color of #feb20d is #ff9900. Color #feb20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00001101
Octal 376 262 15
Decimal 254 178 13
Hex FE B2 D

RGB Percentages of Color #feb20d

%57.08
%40.00
%2.92

CMYK Percentages of Color #feb20d

%0
%30
%95
%0

Triadic Colors of #feb20d

#feb20d #0dfeb2 #b20dfe

Analogous Colors of #feb20d

#feb20d #d2fe0d #fe390d

Monochromatic Colors of #feb20d

#feb20d

Complementary Color

#feb20d #0d59fe

#feb20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb20d Color CSS Codes

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

#feb20d Text Font Color

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

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


#feb20d Background Color

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

This div background color is #feb20d


#feb20d Border Color

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

This div border color is #feb20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb20d


Comments

No comments written yet.

Please login to write comment.