Color Hex Logo

#feb97c Color Hex

#FEB97C
(254,185,124)
0 Favorites   0 Comments

Color spaces of #feb97c

RGB 254185124
HSL0.080.980.74
HSV28°51°100°
CMYK 0.000.270.51   0.00
XYZ61.860157.224026.8537
Yxy57.22400.42390.3921
Hunter Lab75.646513.587231.9053
CIE-Lab80.305418.195840.6206

#feb97c color RGB value is (254,185,124).

#feb97c hex color red value is 254, green value is 185 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #feb97c hue: 0.08 , saturation: 0.98 and the lightness value of feb97c is 0.74.

The process color (four color CMYK) of #feb97c color hex is 0.00, 0.27, 0.51, 0.00. Web safe color of #feb97c is #ffcc66. Color #feb97c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01111100
Octal 376 271 174
Decimal 254 185 124
Hex FE B9 7C

RGB Percentages of Color #feb97c

%45.12
%32.86
%22.02

CMYK Percentages of Color #feb97c

%0
%27
%51
%0

Triadic Colors of #feb97c

#feb97c #7cfeb9 #b97cfe

Analogous Colors of #feb97c

#feb97c #fefa7c #fe7c80

Monochromatic Colors of #feb97c

#feb97c

Complementary Color

#feb97c #7cc1fe

#feb97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb97c Color CSS Codes

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

#feb97c Text Font Color

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

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


#feb97c Background Color

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

This div background color is #feb97c


#feb97c Border Color

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

This div border color is #feb97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb97c

Related Colors


Comments

No comments written yet.

Please login to write comment.