Color Hex Logo

#feaf2c Color Hex

#FEAF2C
(254,175,44)
0 Favorites   0 Comments

Color spaces of #feaf2c

RGB 25417544
HSL0.100.990.58
HSV37°83°100°
CMYK 0.000.310.83   0.00
XYZ56.657651.91269.4168
Yxy51.91260.48020.4400
Hunter Lab72.050414.277242.6862
CIE-Lab77.228518.953672.2930

#feaf2c color RGB value is (254,175,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00101100
Octal 376 257 54
Decimal 254 175 44
Hex FE AF 2C

RGB Percentages of Color #feaf2c

%53.70
%37.00
%9.30

CMYK Percentages of Color #feaf2c

%0
%31
%83
%0

Triadic Colors of #feaf2c

#feaf2c #2cfeaf #af2cfe

Analogous Colors of #feaf2c

#feaf2c #e4fe2c #fe462c

Monochromatic Colors of #feaf2c

#feaf2c

Complementary Color

#feaf2c #2c7bfe

#feaf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf2c Color CSS Codes

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

#feaf2c Text Font Color

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

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


#feaf2c Background Color

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

This div background color is #feaf2c


#feaf2c Border Color

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

This div border color is #feaf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf2c


Comments

No comments written yet.

Please login to write comment.