Color Hex Logo

#fea968 Color Hex

#FEA968
(254,169,104)
0 Favorites   0 Comments

Color spaces of #fea968

RGB 254169104
HSL0.070.990.70
HSV26°59°100°
CMYK 0.000.330.59   0.00
XYZ57.559750.446219.8001
Yxy50.44620.45040.3947
Hunter Lab71.025520.363433.1893
CIE-Lab76.342324.995145.9016

#fea968 color RGB value is (254,169,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01101000
Octal 376 251 150
Decimal 254 169 104
Hex FE A9 68

RGB Percentages of Color #fea968

%48.20
%32.07
%19.73

CMYK Percentages of Color #fea968

%0
%33
%59
%0

Triadic Colors of #fea968

#fea968 #68fea9 #a968fe

Analogous Colors of #fea968

#fea968 #fef468 #fe6872

Monochromatic Colors of #fea968

#fea968

Complementary Color

#fea968 #68bdfe

#fea968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea968 Color CSS Codes

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

#fea968 Text Font Color

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

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


#fea968 Background Color

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

This div background color is #fea968


#fea968 Border Color

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

This div border color is #fea968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea968

#fea968 Color Palettes


Comments

No comments written yet.

Please login to write comment.