Color Hex Logo

#feb057 Color Hex

#FEB057
(254,176,87)
0 Favorites   0 Comments

Color spaces of #feb057

RGB 25417687
HSL0.090.990.67
HSV32°66°100°
CMYK 0.000.310.66   0.00
XYZ58.118752.809616.1469
Yxy52.80960.45740.4156
Hunter Lab72.670215.584237.6953
CIE-Lab77.762520.238955.7975

#feb057 color RGB value is (254,176,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01010111
Octal 376 260 127
Decimal 254 176 87
Hex FE B0 57

RGB Percentages of Color #feb057

%49.13
%34.04
%16.83

CMYK Percentages of Color #feb057

%0
%31
%66
%0

Triadic Colors of #feb057

#feb057 #57feb0 #b057fe

Analogous Colors of #feb057

#feb057 #f9fe57 #fe5d57

Monochromatic Colors of #feb057

#feb057

Complementary Color

#feb057 #57a5fe

#feb057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb057 Color CSS Codes

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

#feb057 Text Font Color

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

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


#feb057 Background Color

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

This div background color is #feb057


#feb057 Border Color

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

This div border color is #feb057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb057

Related Colors


Comments

No comments written yet.

Please login to write comment.