Color Hex Logo

#feae42 Color Hex

#FEAE42
(254,174,66)
0 Favorites   0 Comments

Color spaces of #feae42

RGB 25417466
HSL0.100.990.63
HSV34°74°100°
CMYK 0.000.310.74   0.00
XYZ56.992551.736312.1365
Yxy51.73630.47150.4280
Hunter Lab71.928015.561540.3455
CIE-Lab77.122920.236564.3051

#feae42 color RGB value is (254,174,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01000010
Octal 376 256 102
Decimal 254 174 66
Hex FE AE 42

RGB Percentages of Color #feae42

%51.42
%35.22
%13.36

CMYK Percentages of Color #feae42

%0
%31
%74
%0

Triadic Colors of #feae42

#feae42 #42feae #ae42fe

Analogous Colors of #feae42

#feae42 #f0fe42 #fe5042

Monochromatic Colors of #feae42

#feae42

Complementary Color

#feae42 #4292fe

#feae42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae42 Color CSS Codes

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

#feae42 Text Font Color

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

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


#feae42 Background Color

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

This div background color is #feae42


#feae42 Border Color

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

This div border color is #feae42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae42

Related Colors


Comments

No comments written yet.

Please login to write comment.