Color Hex Logo

#feab70 Color Hex

#FEAB70
(254,171,112)
0 Favorites   0 Comments

Color spaces of #feab70

RGB 254171112
HSL0.070.990.72
HSV25°56°100°
CMYK 0.000.330.56   0.00
XYZ58.360651.366522.1680
Yxy51.36650.44250.3894
Hunter Lab71.670419.927731.8306
CIE-Lab76.900524.542342.5160

#feab70 color RGB value is (254,171,112).

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

The process color (four color CMYK) of #feab70 color hex is 0.00, 0.33, 0.56, 0.00. Web safe color of #feab70 is #ff9966. Color #feab70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 01110000
Octal 376 253 160
Decimal 254 171 112
Hex FE AB 70

RGB Percentages of Color #feab70

%47.30
%31.84
%20.86

CMYK Percentages of Color #feab70

%0
%33
%56
%0

Triadic Colors of #feab70

#feab70 #70feab #ab70fe

Analogous Colors of #feab70

#feab70 #fef270 #fe707c

Monochromatic Colors of #feab70

#feab70

Complementary Color

#feab70 #70c3fe

#feab70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab70 Color CSS Codes

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

#feab70 Text Font Color

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

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


#feab70 Background Color

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

This div background color is #feab70


#feab70 Border Color

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

This div border color is #feab70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab70


Comments

No comments written yet.

Please login to write comment.