Color Hex Logo

#feb34a Color Hex

#FEB34A
(254,179,74)
0 Favorites   0 Comments

Color spaces of #feb34a

RGB 25417974
HSL0.100.990.64
HSV35°71°100°
CMYK 0.000.300.71   0.00
XYZ58.229253.805413.7950
Yxy53.80540.46280.4276
Hunter Lab73.352213.332540.1961
CIE-Lab78.348117.983262.2190

#feb34a color RGB value is (254,179,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01001010
Octal 376 263 112
Decimal 254 179 74
Hex FE B3 4A

RGB Percentages of Color #feb34a

%50.10
%35.31
%14.60

CMYK Percentages of Color #feb34a

%0
%30
%71
%0

Triadic Colors of #feb34a

#feb34a #4afeb3 #b34afe

Analogous Colors of #feb34a

#feb34a #effe4a #fe594a

Monochromatic Colors of #feb34a

#feb34a

Complementary Color

#feb34a #4a95fe

#feb34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb34a Color CSS Codes

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

#feb34a Text Font Color

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

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


#feb34a Background Color

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

This div background color is #feb34a


#feb34a Border Color

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

This div border color is #feb34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb34a


Comments

No comments written yet.

Please login to write comment.