Color Hex Logo

#feaf1f Color Hex

#FEAF1F
(254,175,31)
0 Favorites   0 Comments

Color spaces of #feaf1f

RGB 25417531
HSL0.110.990.56
HSV39°88°100°
CMYK 0.000.310.88   0.00
XYZ56.450351.82978.3252
Yxy51.82970.48410.4445
Hunter Lab71.992813.976143.5387
CIE-Lab77.178918.653875.7662

#feaf1f color RGB value is (254,175,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00011111
Octal 376 257 37
Decimal 254 175 31
Hex FE AF 1F

RGB Percentages of Color #feaf1f

%55.22
%38.04
%6.74

CMYK Percentages of Color #feaf1f

%0
%31
%88
%0

Triadic Colors of #feaf1f

#feaf1f #1ffeaf #af1ffe

Analogous Colors of #feaf1f

#feaf1f #defe1f #fe401f

Monochromatic Colors of #feaf1f

#feaf1f

Complementary Color

#feaf1f #1f6efe

#feaf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf1f Color CSS Codes

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

#feaf1f Text Font Color

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

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


#feaf1f Background Color

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

This div background color is #feaf1f


#feaf1f Border Color

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

This div border color is #feaf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf1f


Comments

No comments written yet.

Please login to write comment.