Color Hex Logo

#feb66a Color Hex

#FEB66A
(254,182,106)
0 Favorites   0 Comments

Color spaces of #feb66a

RGB 254182106
HSL0.090.990.71
HSV31°58°100°
CMYK 0.000.280.58   0.00
XYZ60.202555.567321.1882
Yxy55.56730.43960.4057
Hunter Lab74.543513.708435.3279
CIE-Lab79.366918.335748.5281

#feb66a color RGB value is (254,182,106).

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

The process color (four color CMYK) of #feb66a color hex is 0.00, 0.28, 0.58, 0.00. Web safe color of #feb66a is #ffcc66. Color #feb66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01101010
Octal 376 266 152
Decimal 254 182 106
Hex FE B6 6A

RGB Percentages of Color #feb66a

%46.86
%33.58
%19.56

CMYK Percentages of Color #feb66a

%0
%28
%58
%0

Triadic Colors of #feb66a

#feb66a #6afeb6 #b66afe

Analogous Colors of #feb66a

#feb66a #fcfe6a #fe6c6a

Monochromatic Colors of #feb66a

#feb66a

Complementary Color

#feb66a #6ab2fe

#feb66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb66a Color CSS Codes

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

#feb66a Text Font Color

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

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


#feb66a Background Color

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

This div background color is #feb66a


#feb66a Border Color

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

This div border color is #feb66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb66a


Comments

No comments written yet.

Please login to write comment.