Color Hex Logo

#feb21f Color Hex

#FEB21F
(254,178,31)
0 Favorites   0 Comments

Color spaces of #feb21f

RGB 25417831
HSL0.110.990.56
HSV40°88°100°
CMYK 0.000.300.88   0.00
XYZ57.040853.01058.5220
Yxy53.01050.48110.4471
Hunter Lab72.808312.429144.0261
CIE-Lab77.881217.087176.3134

#feb21f color RGB value is (254,178,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00011111
Octal 376 262 37
Decimal 254 178 31
Hex FE B2 1F

RGB Percentages of Color #feb21f

%54.86
%38.44
%6.70

CMYK Percentages of Color #feb21f

%0
%30
%88
%0

Triadic Colors of #feb21f

#feb21f #1ffeb2 #b21ffe

Analogous Colors of #feb21f

#feb21f #dbfe1f #fe431f

Monochromatic Colors of #feb21f

#feb21f

Complementary Color

#feb21f #1f6bfe

#feb21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb21f Color CSS Codes

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

#feb21f Text Font Color

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

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


#feb21f Background Color

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

This div background color is #feb21f


#feb21f Border Color

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

This div border color is #feb21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb21f


Comments

No comments written yet.

Please login to write comment.