Color Hex Logo

#feae58 Color Hex

#FEAE58
(254,174,88)
0 Favorites   0 Comments

Color spaces of #feae58

RGB 25417488
HSL0.090.990.67
HSV31°65°100°
CMYK 0.000.310.65   0.00
XYZ57.770652.047516.2339
Yxy52.04750.45830.4129
Hunter Lab72.144016.685237.1593
CIE-Lab77.309221.343554.8263

#feae58 color RGB value is (254,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01011000
Octal 376 256 130
Decimal 254 174 88
Hex FE AE 58

RGB Percentages of Color #feae58

%49.22
%33.72
%17.05

CMYK Percentages of Color #feae58

%0
%31
%65
%0

Triadic Colors of #feae58

#feae58 #58feae #ae58fe

Analogous Colors of #feae58

#feae58 #fbfe58 #fe5b58

Monochromatic Colors of #feae58

#feae58

Complementary Color

#feae58 #58a8fe

#feae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae58 Color CSS Codes

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

#feae58 Text Font Color

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

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


#feae58 Background Color

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

This div background color is #feae58


#feae58 Border Color

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

This div border color is #feae58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,174,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 #feae58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae58

Related Colors


Comments

No comments written yet.

Please login to write comment.