Color Hex Logo

#feb36f Color Hex

#FEB36F
(254,179,111)
0 Favorites   0 Comments

Color spaces of #feb36f

RGB 254179111
HSL0.080.990.72
HSV29°56°100°
CMYK 0.000.300.56   0.00
XYZ59.862454.458722.3954
Yxy54.45870.43790.3983
Hunter Lab73.796115.653533.6642
CIE-Lab78.728420.277645.2667

#feb36f color RGB value is (254,179,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01101111
Octal 376 263 157
Decimal 254 179 111
Hex FE B3 6F

RGB Percentages of Color #feb36f

%46.69
%32.90
%20.40

CMYK Percentages of Color #feb36f

%0
%30
%56
%0

Triadic Colors of #feb36f

#feb36f #6ffeb3 #b36ffe

Analogous Colors of #feb36f

#feb36f #fefb6f #fe6f73

Monochromatic Colors of #feb36f

#feb36f

Complementary Color

#feb36f #6fbafe

#feb36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb36f Color CSS Codes

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

#feb36f Text Font Color

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

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


#feb36f Background Color

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

This div background color is #feb36f


#feb36f Border Color

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

This div border color is #feb36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb36f

Related Colors

#feb36f Color Palettes


Comments

No comments written yet.

Please login to write comment.