Color Hex Logo

#feb356 Color Hex

#FEB356
(254,179,86)
0 Favorites   0 Comments

Color spaces of #feb356

RGB 25417986
HSL0.090.990.67
HSV33°66°100°
CMYK 0.000.300.66   0.00
XYZ58.672953.982916.1314
Yxy53.98290.45560.4192
Hunter Lab73.473113.965738.4137
CIE-Lab78.451818.612457.0198

#feb356 color RGB value is (254,179,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01010110
Octal 376 263 126
Decimal 254 179 86
Hex FE B3 56

RGB Percentages of Color #feb356

%48.94
%34.49
%16.57

CMYK Percentages of Color #feb356

%0
%30
%66
%0

Triadic Colors of #feb356

#feb356 #56feb3 #b356fe

Analogous Colors of #feb356

#feb356 #f5fe56 #fe5f56

Monochromatic Colors of #feb356

#feb356

Complementary Color

#feb356 #56a1fe

#feb356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb356 Color CSS Codes

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

#feb356 Text Font Color

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

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


#feb356 Background Color

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

This div background color is #feb356


#feb356 Border Color

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

This div border color is #feb356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb356


Comments

No comments written yet.

Please login to write comment.