Color Hex Logo

#feb71e Color Hex

#FEB71E
(254,183,30)
0 Favorites   0 Comments

Color spaces of #feb71e

RGB 25418330
HSL0.110.990.56
HSV41°88°100°
CMYK 0.000.280.88   0.00
XYZ58.040955.03158.7914
Yxy55.03150.47630.4516
Hunter Lab74.18329.837644.9018
CIE-Lab79.059414.459177.4526

#feb71e color RGB value is (254,183,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 00011110
Octal 376 267 36
Decimal 254 183 30
Hex FE B7 1E

RGB Percentages of Color #feb71e

%54.39
%39.19
%6.42

CMYK Percentages of Color #feb71e

%0
%28
%88
%0

Triadic Colors of #feb71e

#feb71e #1efeb7 #b71efe

Analogous Colors of #feb71e

#feb71e #d5fe1e #fe471e

Monochromatic Colors of #feb71e

#feb71e

Complementary Color

#feb71e #1e65fe

#feb71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb71e Color CSS Codes

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

#feb71e Text Font Color

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

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


#feb71e Background Color

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

This div background color is #feb71e


#feb71e Border Color

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

This div border color is #feb71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb71e

Related Colors


Comments

No comments written yet.

Please login to write comment.