Color Hex Logo

#feaf36 Color Hex

#FEAF36
(254,175,54)
0 Favorites   0 Comments

Color spaces of #feaf36

RGB 25417554
HSL0.100.990.60
HSV36°79°100°
CMYK 0.000.310.79   0.00
XYZ56.868951.997110.5292
Yxy51.99710.47630.4355
Hunter Lab72.109014.583641.8189
CIE-Lab77.279119.258269.0262

#feaf36 color RGB value is (254,175,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00110110
Octal 376 257 66
Decimal 254 175 54
Hex FE AF 36

RGB Percentages of Color #feaf36

%52.59
%36.23
%11.18

CMYK Percentages of Color #feaf36

%0
%31
%79
%0

Triadic Colors of #feaf36

#feaf36 #36feaf #af36fe

Analogous Colors of #feaf36

#feaf36 #e9fe36 #fe4b36

Monochromatic Colors of #feaf36

#feaf36

Complementary Color

#feaf36 #3685fe

#feaf36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf36 Color CSS Codes

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

#feaf36 Text Font Color

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

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


#feaf36 Background Color

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

This div background color is #feaf36


#feaf36 Border Color

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

This div border color is #feaf36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf36

Related Colors


Comments

No comments written yet.

Please login to write comment.