color codes Logo

#feae12 color codes

#FEAE12
(254,174,18)
0 Favorites   0 Comments

Color spaces of #feae12

RGB 25417418
HSL0.110.990.53
HSV40°93°100°
CMYK 0.000.310.93   0.00
XYZ56.118351.38667.5331
Yxy51.38660.48780.4467
Hunter Lab71.684414.291343.9485
CIE-Lab76.912618.976178.0895

#feae12 color RGB value is (254,174,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00010010
Octal 376 256 22
Decimal 254 174 18
Hex FE AE 12

RGB Percentages of Color #feae12

%56.95
%39.01
%4.04

CMYK Percentages of Color #feae12

%0
%31
%93
%0

Triadic Colors of #feae12

#feae12 #12feae #ae12fe

Analogous Colors of #feae12

#feae12 #d8fe12 #fe3812

Monochromatic Colors of #feae12

#feae12

Complementary Color

#feae12 #1262fe

#feae12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae12 Color CSS Codes

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

#feae12 Text Font Color

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

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


#feae12 Background Color

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

This div background color is #feae12


#feae12 Border Color

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

This div border color is #feae12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae12


Comments

No comments written yet.

Please login to write comment.