Color Hex Logo

#feb059 Color Hex

#FEB059
(254,176,89)
0 Favorites   0 Comments

Color spaces of #feb059

RGB 25417689
HSL0.090.990.67
HSV32°65°100°
CMYK 0.000.310.65   0.00
XYZ58.201652.842816.5833
Yxy52.84280.45600.4140
Hunter Lab72.693115.703037.3594
CIE-Lab77.782120.355954.8861

#feb059 color RGB value is (254,176,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01011001
Octal 376 260 131
Decimal 254 176 89
Hex FE B0 59

RGB Percentages of Color #feb059

%48.94
%33.91
%17.15

CMYK Percentages of Color #feb059

%0
%31
%65
%0

Triadic Colors of #feb059

#feb059 #59feb0 #b059fe

Analogous Colors of #feb059

#feb059 #fafe59 #fe5e59

Monochromatic Colors of #feb059

#feb059

Complementary Color

#feb059 #59a7fe

#feb059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb059 Color CSS Codes

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

#feb059 Text Font Color

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

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


#feb059 Background Color

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

This div background color is #feb059


#feb059 Border Color

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

This div border color is #feb059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb059

Related Colors


Comments

No comments written yet.

Please login to write comment.