Color Hex Logo

#feb04b Color Hex

#FEB04B
(254,176,75)
0 Favorites   0 Comments

Color spaces of #feb04b

RGB 25417675
HSL0.090.990.65
HSV34°70°100°
CMYK 0.000.310.70   0.00
XYZ57.668452.629513.7757
Yxy52.62950.46480.4242
Hunter Lab72.546214.937339.5238
CIE-Lab77.655719.600061.0721

#feb04b color RGB value is (254,176,75).

#feb04b hex color red value is 254, green value is 176 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #feb04b hue: 0.09 , saturation: 0.99 and the lightness value of feb04b is 0.65.

The process color (four color CMYK) of #feb04b color hex is 0.00, 0.31, 0.70, 0.00. Web safe color of #feb04b is #ff9933. Color #feb04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01001011
Octal 376 260 113
Decimal 254 176 75
Hex FE B0 4B

RGB Percentages of Color #feb04b

%50.30
%34.85
%14.85

CMYK Percentages of Color #feb04b

%0
%31
%70
%0

Triadic Colors of #feb04b

#feb04b #4bfeb0 #b04bfe

Analogous Colors of #feb04b

#feb04b #f3fe4b #fe574b

Monochromatic Colors of #feb04b

#feb04b

Complementary Color

#feb04b #4b99fe

#feb04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb04b Color CSS Codes

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

#feb04b Text Font Color

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

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


#feb04b Background Color

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

This div background color is #feb04b


#feb04b Border Color

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

This div border color is #feb04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb04b

Related Colors


Comments

No comments written yet.

Please login to write comment.