Color Hex Logo

#feae20 Color Hex

#FEAE20
(254,174,32)
0 Favorites   0 Comments

Color spaces of #feae20

RGB 25417432
HSL0.110.990.56
HSV38°87°100°
CMYK 0.000.310.87   0.00
XYZ56.269851.44728.3311
Yxy51.44720.48490.4433
Hunter Lab71.726714.512043.3221
CIE-Lab76.949119.195875.3500

#feae20 color RGB value is (254,174,32).

#feae20 hex color red value is 254, green value is 174 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #feae20 hue: 0.11 , saturation: 0.99 and the lightness value of feae20 is 0.56.

The process color (four color CMYK) of #feae20 color hex is 0.00, 0.31, 0.87, 0.00. Web safe color of #feae20 is #ff9933. Color #feae20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00100000
Octal 376 256 40
Decimal 254 174 32
Hex FE AE 20

RGB Percentages of Color #feae20

%55.22
%37.83
%6.96

CMYK Percentages of Color #feae20

%0
%31
%87
%0

Triadic Colors of #feae20

#feae20 #20feae #ae20fe

Analogous Colors of #feae20

#feae20 #dffe20 #fe3f20

Monochromatic Colors of #feae20

#feae20

Complementary Color

#feae20 #2070fe

#feae20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae20 Color CSS Codes

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

#feae20 Text Font Color

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

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


#feae20 Background Color

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

This div background color is #feae20


#feae20 Border Color

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

This div border color is #feae20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae20


Comments

No comments written yet.

Please login to write comment.