Color Hex Logo

#feae44 Color Hex

#FEAE44
(254,174,68)
0 Favorites   0 Comments

Color spaces of #feae44

RGB 25417468
HSL0.090.990.63
HSV34°73°100°
CMYK 0.000.310.73   0.00
XYZ57.052551.760312.4526
Yxy51.76030.47050.4268
Hunter Lab71.944615.648440.0990
CIE-Lab77.137320.322463.5015

#feae44 color RGB value is (254,174,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01000100
Octal 376 256 104
Decimal 254 174 68
Hex FE AE 44

RGB Percentages of Color #feae44

%51.21
%35.08
%13.71

CMYK Percentages of Color #feae44

%0
%31
%73
%0

Triadic Colors of #feae44

#feae44 #44feae #ae44fe

Analogous Colors of #feae44

#feae44 #f1fe44 #fe5144

Monochromatic Colors of #feae44

#feae44

Complementary Color

#feae44 #4494fe

#feae44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae44 Color CSS Codes

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

#feae44 Text Font Color

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

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


#feae44 Background Color

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

This div background color is #feae44


#feae44 Border Color

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

This div border color is #feae44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae44

Related Colors


Comments

No comments written yet.

Please login to write comment.