Color Hex Logo

#feb050 Color Hex

#FEB050
(254,176,80)
0 Favorites   0 Comments

Color spaces of #feb050

RGB 25417680
HSL0.090.990.65
HSV33°69°100°
CMYK 0.000.310.69   0.00
XYZ57.846452.700714.7128
Yxy52.70070.46180.4207
Hunter Lab72.595215.193338.8004
CIE-Lab77.698019.853158.9180

#feb050 color RGB value is (254,176,80).

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

The process color (four color CMYK) of #feb050 color hex is 0.00, 0.31, 0.69, 0.00. Web safe color of #feb050 is #ff9966. Color #feb050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01010000
Octal 376 260 120
Decimal 254 176 80
Hex FE B0 50

RGB Percentages of Color #feb050

%49.80
%34.51
%15.69

CMYK Percentages of Color #feb050

%0
%31
%69
%0

Triadic Colors of #feb050

#feb050 #50feb0 #b050fe

Analogous Colors of #feb050

#feb050 #f5fe50 #fe5950

Monochromatic Colors of #feb050

#feb050

Complementary Color

#feb050 #509efe

#feb050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb050 Color CSS Codes

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

#feb050 Text Font Color

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

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


#feb050 Background Color

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

This div background color is #feb050


#feb050 Border Color

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

This div border color is #feb050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb050


Comments

No comments written yet.

Please login to write comment.