Color Hex Logo

#fea958 Color Hex

#FEA958
(254,169,88)
0 Favorites   0 Comments

Color spaces of #fea958

RGB 25416988
HSL0.080.990.67
HSV29°65°100°
CMYK 0.000.330.65   0.00
XYZ56.822550.151315.9178
Yxy50.15130.46240.4081
Hunter Lab70.817619.293836.2456
CIE-Lab76.162023.958553.5412

#fea958 color RGB value is (254,169,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01011000
Octal 376 251 130
Decimal 254 169 88
Hex FE A9 58

RGB Percentages of Color #fea958

%49.71
%33.07
%17.22

CMYK Percentages of Color #fea958

%0
%33
%65
%0

Triadic Colors of #fea958

#fea958 #58fea9 #a958fe

Analogous Colors of #fea958

#fea958 #fefc58 #fe585a

Monochromatic Colors of #fea958

#fea958

Complementary Color

#fea958 #58adfe

#fea958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea958 Color CSS Codes

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

#fea958 Text Font Color

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

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


#fea958 Background Color

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

This div background color is #fea958


#fea958 Border Color

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

This div border color is #fea958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea958

Related Colors


Comments

No comments written yet.

Please login to write comment.