Color Hex Logo

#feb33a Color Hex

#FEB33A
(254,179,58)
0 Favorites   0 Comments

Color spaces of #feb33a

RGB 25417958
HSL0.100.990.61
HSV37°77°100°
CMYK 0.000.300.77   0.00
XYZ57.756953.616511.3079
Yxy53.61650.47080.4370
Hunter Lab73.223312.656142.1001
CIE-Lab78.237617.308568.4693

#feb33a color RGB value is (254,179,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00111010
Octal 376 263 72
Decimal 254 179 58
Hex FE B3 3A

RGB Percentages of Color #feb33a

%51.73
%36.46
%11.81

CMYK Percentages of Color #feb33a

%0
%30
%77
%0

Triadic Colors of #feb33a

#feb33a #3afeb3 #b33afe

Analogous Colors of #feb33a

#feb33a #e7fe3a #fe513a

Monochromatic Colors of #feb33a

#feb33a

Complementary Color

#feb33a #3a85fe

#feb33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb33a Color CSS Codes

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

#feb33a Text Font Color

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

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


#feb33a Background Color

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

This div background color is #feb33a


#feb33a Border Color

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

This div border color is #feb33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb33a


Comments

No comments written yet.

Please login to write comment.