Color Hex Logo

#feb66f Color Hex

#FEB66F
(254,182,111)
0 Favorites   0 Comments

Color spaces of #feb66f

RGB 254182111
HSL0.080.990.72
HSV30°56°100°
CMYK 0.000.280.56   0.00
XYZ60.470255.674422.5980
Yxy55.67440.43580.4013
Hunter Lab74.615314.084434.2741
CIE-Lab79.428118.707346.1181

#feb66f color RGB value is (254,182,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01101111
Octal 376 266 157
Decimal 254 182 111
Hex FE B6 6F

RGB Percentages of Color #feb66f

%46.44
%33.27
%20.29

CMYK Percentages of Color #feb66f

%0
%28
%56
%0

Triadic Colors of #feb66f

#feb66f #6ffeb6 #b66ffe

Analogous Colors of #feb66f

#feb66f #fefe6f #fe6f70

Monochromatic Colors of #feb66f

#feb66f

Complementary Color

#feb66f #6fb7fe

#feb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb66f Color CSS Codes

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

#feb66f Text Font Color

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

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


#feb66f Background Color

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

This div background color is #feb66f


#feb66f Border Color

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

This div border color is #feb66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb66f


Comments

No comments written yet.

Please login to write comment.