Color Hex Logo

#feb357 Color Hex

#FEB357
(254,179,87)
0 Favorites   0 Comments

Color spaces of #feb357

RGB 25417987
HSL0.090.990.67
HSV33°66°100°
CMYK 0.000.300.66   0.00
XYZ58.713453.999116.3452
Yxy53.99910.45490.4184
Hunter Lab73.484114.023438.2509
CIE-Lab78.461218.669656.5707

#feb357 color RGB value is (254,179,87).

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

The process color (four color CMYK) of #feb357 color hex is 0.00, 0.30, 0.66, 0.00. Web safe color of #feb357 is #ffcc66. Color #feb357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01010111
Octal 376 263 127
Decimal 254 179 87
Hex FE B3 57

RGB Percentages of Color #feb357

%48.85
%34.42
%16.73

CMYK Percentages of Color #feb357

%0
%30
%66
%0

Triadic Colors of #feb357

#feb357 #57feb3 #b357fe

Analogous Colors of #feb357

#feb357 #f6fe57 #fe6057

Monochromatic Colors of #feb357

#feb357

Complementary Color

#feb357 #57a2fe

#feb357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb357 Color CSS Codes

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

#feb357 Text Font Color

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

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


#feb357 Background Color

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

This div background color is #feb357


#feb357 Border Color

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

This div border color is #feb357


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,179,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 #feb357">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb357

Related Colors


Comments

No comments written yet.

Please login to write comment.