Color Hex Logo

#feb06c Color Hex

#FEB06C
(254,176,108)
0 Favorites   0 Comments

Color spaces of #feb06c

RGB 254176108
HSL0.080.990.71
HSV28°57°100°
CMYK 0.000.310.57   0.00
XYZ59.105253.204221.3416
Yxy53.20420.44220.3981
Hunter Lab72.941216.993733.7114
CIE-Lab77.995421.622545.8844

#feb06c color RGB value is (254,176,108).

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

The process color (four color CMYK) of #feb06c color hex is 0.00, 0.31, 0.57, 0.00. Web safe color of #feb06c is #ff9966. Color #feb06c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01101100
Octal 376 260 154
Decimal 254 176 108
Hex FE B0 6C

RGB Percentages of Color #feb06c

%47.21
%32.71
%20.07

CMYK Percentages of Color #feb06c

%0
%31
%57
%0

Triadic Colors of #feb06c

#feb06c #6cfeb0 #b06cfe

Analogous Colors of #feb06c

#feb06c #fef96c #fe6c71

Monochromatic Colors of #feb06c

#feb06c

Complementary Color

#feb06c #6cbafe

#feb06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb06c Color CSS Codes

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

#feb06c Text Font Color

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

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


#feb06c Background Color

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

This div background color is #feb06c


#feb06c Border Color

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

This div border color is #feb06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb06c


Comments

No comments written yet.

Please login to write comment.