Color Hex Logo

#feae21 Color Hex

#FEAE21
(254,174,33)
0 Favorites   0 Comments

Color spaces of #feae21

RGB 25417433
HSL0.110.990.56
HSV38°87°100°
CMYK 0.000.310.87   0.00
XYZ56.283651.45278.4037
Yxy51.45270.48460.4430
Hunter Lab71.730514.532243.2652
CIE-Lab76.952419.215975.1098

#feae21 color RGB value is (254,174,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00100001
Octal 376 256 41
Decimal 254 174 33
Hex FE AE 21

RGB Percentages of Color #feae21

%55.10
%37.74
%7.16

CMYK Percentages of Color #feae21

%0
%31
%87
%0

Triadic Colors of #feae21

#feae21 #21feae #ae21fe

Analogous Colors of #feae21

#feae21 #e0fe21 #fe4021

Monochromatic Colors of #feae21

#feae21

Complementary Color

#feae21 #2171fe

#feae21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae21 Color CSS Codes

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

#feae21 Text Font Color

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

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


#feae21 Background Color

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

This div background color is #feae21


#feae21 Border Color

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

This div border color is #feae21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae21

Related Colors


Comments

No comments written yet.

Please login to write comment.