Color Hex Logo

#feae15 Color Hex

#FEAE15
(254,174,21)
0 Favorites   0 Comments

Color spaces of #feae15

RGB 25417421
HSL0.110.990.54
HSV39°92°100°
CMYK 0.000.310.92   0.00
XYZ56.144551.39717.6710
Yxy51.39710.48730.4461
Hunter Lab71.691814.329443.8402
CIE-Lab76.918919.014177.6024

#feae15 color RGB value is (254,174,21).

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

The process color (four color CMYK) of #feae15 color hex is 0.00, 0.31, 0.92, 0.00. Web safe color of #feae15 is #ff9900. Color #feae15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00010101
Octal 376 256 25
Decimal 254 174 21
Hex FE AE 15

RGB Percentages of Color #feae15

%56.57
%38.75
%4.68

CMYK Percentages of Color #feae15

%0
%31
%92
%0

Triadic Colors of #feae15

#feae15 #15feae #ae15fe

Analogous Colors of #feae15

#feae15 #dafe15 #fe3a15

Monochromatic Colors of #feae15

#feae15

Complementary Color

#feae15 #1565fe

#feae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae15 Color CSS Codes

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

#feae15 Text Font Color

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

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


#feae15 Background Color

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

This div background color is #feae15


#feae15 Border Color

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

This div border color is #feae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae15

Related Colors


Comments

No comments written yet.

Please login to write comment.