Color Hex Logo

#feb20f Color Hex

#FEB20F
(254,178,15)
0 Favorites   0 Comments

Color spaces of #feb20f

RGB 25417815
HSL0.110.990.53
HSV41°94°100°
CMYK 0.000.300.94   0.00
XYZ56.879752.94617.6737
Yxy52.94610.48410.4506
Hunter Lab72.764112.196444.6821
CIE-Lab77.843216.853679.1862

#feb20f color RGB value is (254,178,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00001111
Octal 376 262 17
Decimal 254 178 15
Hex FE B2 F

RGB Percentages of Color #feb20f

%56.82
%39.82
%3.36

CMYK Percentages of Color #feb20f

%0
%30
%94
%0

Triadic Colors of #feb20f

#feb20f #0ffeb2 #b20ffe

Analogous Colors of #feb20f

#feb20f #d3fe0f #fe3a0f

Monochromatic Colors of #feb20f

#feb20f

Complementary Color

#feb20f #0f5bfe

#feb20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb20f Color CSS Codes

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

#feb20f Text Font Color

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

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


#feb20f Background Color

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

This div background color is #feb20f


#feb20f Border Color

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

This div border color is #feb20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb20f


Comments

No comments written yet.

Please login to write comment.