Color Hex Logo

#feb971 Color Hex

#FEB971
(254,185,113)
0 Favorites   0 Comments

Color spaces of #feb971

RGB 254185113
HSL0.090.990.72
HSV31°56°100°
CMYK 0.000.270.56   0.00
XYZ61.202656.961023.3916
Yxy56.96100.43240.4024
Hunter Lab75.472512.673334.4547
CIE-Lab80.157717.292146.0057

#feb971 color RGB value is (254,185,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01110001
Octal 376 271 161
Decimal 254 185 113
Hex FE B9 71

RGB Percentages of Color #feb971

%46.01
%33.51
%20.47

CMYK Percentages of Color #feb971

%0
%27
%56
%0

Triadic Colors of #feb971

#feb971 #71feb9 #b971fe

Analogous Colors of #feb971

#feb971 #fdfe71 #fe7371

Monochromatic Colors of #feb971

#feb971

Complementary Color

#feb971 #71b6fe

#feb971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb971 Color CSS Codes

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

#feb971 Text Font Color

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

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


#feb971 Background Color

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

This div background color is #feb971


#feb971 Border Color

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

This div border color is #feb971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb971


Comments

No comments written yet.

Please login to write comment.