Color Hex Logo

#feb32b Color Hex

#FEB32B
(254,179,43)
0 Favorites   0 Comments

Color spaces of #feb32b

RGB 25417943
HSL0.110.990.58
HSV39°83°100°
CMYK 0.000.300.83   0.00
XYZ57.429253.48549.5824
Yxy53.48540.47660.4439
Hunter Lab73.133712.185443.4251
CIE-Lab78.160716.837373.3847

#feb32b color RGB value is (254,179,43).

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

The process color (four color CMYK) of #feb32b color hex is 0.00, 0.30, 0.83, 0.00. Web safe color of #feb32b is #ffcc33. Color #feb32b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00101011
Octal 376 263 53
Decimal 254 179 43
Hex FE B3 2B

RGB Percentages of Color #feb32b

%53.36
%37.61
%9.03

CMYK Percentages of Color #feb32b

%0
%30
%83
%0

Triadic Colors of #feb32b

#feb32b #2bfeb3 #b32bfe

Analogous Colors of #feb32b

#feb32b #e0fe2b #fe4a2b

Monochromatic Colors of #feb32b

#feb32b

Complementary Color

#feb32b #2b76fe

#feb32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb32b Color CSS Codes

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

#feb32b Text Font Color

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

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


#feb32b Background Color

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

This div background color is #feb32b


#feb32b Border Color

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

This div border color is #feb32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb32b

Related Colors


Comments

No comments written yet.

Please login to write comment.