Color Hex Logo

#fea927 Color Hex

#FEA927
(254,169,39)
0 Favorites   0 Comments

Color spaces of #fea927

RGB 25416939
HSL0.100.990.57
HSV36°85°100°
CMYK 0.000.330.85   0.00
XYZ55.427249.59328.5706
Yxy49.59320.48800.4366
Hunter Lab70.422417.252242.0800
CIE-Lab75.818921.961372.5954

#fea927 color RGB value is (254,169,39).

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

The process color (four color CMYK) of #fea927 color hex is 0.00, 0.33, 0.85, 0.00. Web safe color of #fea927 is #ff9933. Color #fea927 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00100111
Octal 376 251 47
Decimal 254 169 39
Hex FE A9 27

RGB Percentages of Color #fea927

%54.98
%36.58
%8.44

CMYK Percentages of Color #fea927

%0
%33
%85
%0

Triadic Colors of #fea927

#fea927 #27fea9 #a927fe

Analogous Colors of #fea927

#fea927 #e8fe27 #fe3d27

Monochromatic Colors of #fea927

#fea927

Complementary Color

#fea927 #277cfe

#fea927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea927 Color CSS Codes

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

#fea927 Text Font Color

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

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


#fea927 Background Color

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

This div background color is #fea927


#fea927 Border Color

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

This div border color is #fea927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea927


Comments

No comments written yet.

Please login to write comment.