Color Hex Logo

#feaf24 Color Hex

#FEAF24
(254,175,36)
1 Favorites   0 Comments

Color spaces of #feaf24

RGB 25417536
HSL0.110.990.57
HSV38°86°100°
CMYK 0.000.310.86   0.00
XYZ56.521551.85818.6997
Yxy51.85810.48280.4429
Hunter Lab72.012614.079843.2461
CIE-Lab77.195918.757174.5413

#feaf24 color RGB value is (254,175,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00100100
Octal 376 257 44
Decimal 254 175 36
Hex FE AF 24

RGB Percentages of Color #feaf24

%54.62
%37.63
%7.74

CMYK Percentages of Color #feaf24

%0
%31
%86
%0

Triadic Colors of #feaf24

#feaf24 #24feaf #af24fe

Analogous Colors of #feaf24

#feaf24 #e0fe24 #fe4224

Monochromatic Colors of #feaf24

#feaf24

Complementary Color

#feaf24 #2473fe

#feaf24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf24 Color CSS Codes

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

#feaf24 Text Font Color

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

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


#feaf24 Background Color

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

This div background color is #feaf24


#feaf24 Border Color

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

This div border color is #feaf24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf24

#feaf24 Color Palettes


Comments

No comments written yet.

Please login to write comment.