Color Hex Logo

#feaf07 Color Hex

#FEAF07
(254,175,7)
0 Favorites   0 Comments

Color spaces of #feaf07

RGB 2541757
HSL0.110.990.51
HSV41°97°100°
CMYK 0.000.310.97   0.00
XYZ56.241451.74617.2248
Yxy51.74610.48820.4491
Hunter Lab71.934813.672444.3995
CIE-Lab77.128818.350879.5979

#feaf07 color RGB value is (254,175,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00000111
Octal 376 257 7
Decimal 254 175 7
Hex FE AF 7

RGB Percentages of Color #feaf07

%58.26
%40.14
%1.61

CMYK Percentages of Color #feaf07

%0
%31
%97
%0

Triadic Colors of #feaf07

#feaf07 #07feaf #af07fe

Analogous Colors of #feaf07

#feaf07 #d2fe07 #fe3407

Monochromatic Colors of #feaf07

#feaf07

Complementary Color

#feaf07 #0756fe

#feaf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf07 Color CSS Codes

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

#feaf07 Text Font Color

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

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


#feaf07 Background Color

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

This div background color is #feaf07


#feaf07 Border Color

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

This div border color is #feaf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf07

Related Colors


Comments

No comments written yet.

Please login to write comment.