Color Hex Logo

#feae17 Color Hex

#FEAE17
(254,174,23)
0 Favorites   0 Comments

Color spaces of #feae17

RGB 25417423
HSL0.110.990.54
HSV39°91°100°
CMYK 0.000.310.91   0.00
XYZ56.163851.40487.7726
Yxy51.40480.48690.4457
Hunter Lab71.697114.357643.7604
CIE-Lab76.923619.042177.2473

#feae17 color RGB value is (254,174,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00010111
Octal 376 256 27
Decimal 254 174 23
Hex FE AE 17

RGB Percentages of Color #feae17

%56.32
%38.58
%5.10

CMYK Percentages of Color #feae17

%0
%31
%91
%0

Triadic Colors of #feae17

#feae17 #17feae #ae17fe

Analogous Colors of #feae17

#feae17 #dbfe17 #fe3a17

Monochromatic Colors of #feae17

#feae17

Complementary Color

#feae17 #1767fe

#feae17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae17 Color CSS Codes

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

#feae17 Text Font Color

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

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


#feae17 Background Color

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

This div background color is #feae17


#feae17 Border Color

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

This div border color is #feae17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae17


Comments

No comments written yet.

Please login to write comment.