Color Hex Logo

#feb86c Color Hex

#FEB86C
(254,184,108)
0 Favorites   0 Comments

Color spaces of #feb86c

RGB 254184108
HSL0.090.990.71
HSV31°57°100°
CMYK 0.000.280.57   0.00
XYZ60.720356.434521.8800
Yxy56.43450.43670.4059
Hunter Lab75.122912.812835.3175
CIE-Lab79.860517.435948.1311

#feb86c color RGB value is (254,184,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01101100
Octal 376 270 154
Decimal 254 184 108
Hex FE B8 6C

RGB Percentages of Color #feb86c

%46.52
%33.70
%19.78

CMYK Percentages of Color #feb86c

%0
%28
%57
%0

Triadic Colors of #feb86c

#feb86c #6cfeb8 #b86cfe

Analogous Colors of #feb86c

#feb86c #fbfe6c #fe6f6c

Monochromatic Colors of #feb86c

#feb86c

Complementary Color

#feb86c #6cb2fe

#feb86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb86c Color CSS Codes

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

#feb86c Text Font Color

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

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


#feb86c Background Color

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

This div background color is #feb86c


#feb86c Border Color

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

This div border color is #feb86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb86c


Comments

No comments written yet.

Please login to write comment.