Color Hex Logo

#feaa68 Color Hex

#FEAA68
(254,170,104)
0 Favorites   0 Comments

Color spaces of #feaa68

RGB 254170104
HSL0.070.990.70
HSV26°59°100°
CMYK 0.000.330.59   0.00
XYZ57.746550.819819.8623
Yxy50.81980.44960.3957
Hunter Lab71.288019.839033.3822
CIE-Lab76.569724.472146.1751

#feaa68 color RGB value is (254,170,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01101000
Octal 376 252 150
Decimal 254 170 104
Hex FE AA 68

RGB Percentages of Color #feaa68

%48.11
%32.20
%19.70

CMYK Percentages of Color #feaa68

%0
%33
%59
%0

Triadic Colors of #feaa68

#feaa68 #68feaa #aa68fe

Analogous Colors of #feaa68

#feaa68 #fef568 #fe6871

Monochromatic Colors of #feaa68

#feaa68

Complementary Color

#feaa68 #68bcfe

#feaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa68 Color CSS Codes

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

#feaa68 Text Font Color

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

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


#feaa68 Background Color

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

This div background color is #feaa68


#feaa68 Border Color

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

This div border color is #feaa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa68

Related Colors


Comments

No comments written yet.

Please login to write comment.