Color Hex Logo

#feae11 Color Hex

#FEAE11
(254,174,17)
0 Favorites   0 Comments

Color spaces of #feae11

RGB 25417417
HSL0.110.990.53
HSV40°93°100°
CMYK 0.000.310.93   0.00
XYZ56.110351.38347.4910
Yxy51.38340.48800.4469
Hunter Lab71.682214.279643.9816
CIE-Lab76.910718.964578.2394

#feae11 color RGB value is (254,174,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00010001
Octal 376 256 21
Decimal 254 174 17
Hex FE AE 11

RGB Percentages of Color #feae11

%57.08
%39.10
%3.82

CMYK Percentages of Color #feae11

%0
%31
%93
%0

Triadic Colors of #feae11

#feae11 #11feae #ae11fe

Analogous Colors of #feae11

#feae11 #d8fe11 #fe3711

Monochromatic Colors of #feae11

#feae11

Complementary Color

#feae11 #1161fe

#feae11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae11 Color CSS Codes

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

#feae11 Text Font Color

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

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


#feae11 Background Color

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

This div background color is #feae11


#feae11 Border Color

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

This div border color is #feae11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae11

Related Colors


Comments

No comments written yet.

Please login to write comment.