Color Hex Logo

#feb71f Color Hex

#FEB71F
(254,183,31)
0 Favorites   0 Comments

Color spaces of #feb71f

RGB 25418331
HSL0.110.990.56
HSV41°88°100°
CMYK 0.000.280.88   0.00
XYZ58.053955.03678.8597
Yxy55.03670.47600.4513
Hunter Lab74.18679.856244.8500
CIE-Lab79.062414.477977.2345

#feb71f color RGB value is (254,183,31).

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

The process color (four color CMYK) of #feb71f color hex is 0.00, 0.28, 0.88, 0.00. Web safe color of #feb71f is #ffcc33. Color #feb71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 00011111
Octal 376 267 37
Decimal 254 183 31
Hex FE B7 1F

RGB Percentages of Color #feb71f

%54.27
%39.10
%6.62

CMYK Percentages of Color #feb71f

%0
%28
%88
%0

Triadic Colors of #feb71f

#feb71f #1ffeb7 #b71ffe

Analogous Colors of #feb71f

#feb71f #d6fe1f #fe481f

Monochromatic Colors of #feb71f

#feb71f

Complementary Color

#feb71f #1f66fe

#feb71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb71f Color CSS Codes

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

#feb71f Text Font Color

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

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


#feb71f Background Color

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

This div background color is #feb71f


#feb71f Border Color

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

This div border color is #feb71f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,183,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 #feb71f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb71f


Comments

No comments written yet.

Please login to write comment.