Color Hex Logo

#feaf0d Color Hex

#FEAF0D
(254,175,13)
0 Favorites   0 Comments

Color spaces of #feaf0d

RGB 25417513
HSL0.110.990.52
HSV40°95°100°
CMYK 0.000.310.95   0.00
XYZ56.275751.75987.4054
Yxy51.75980.48750.4484
Hunter Lab71.944313.722444.2581
CIE-Lab77.137018.400778.9429

#feaf0d color RGB value is (254,175,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00001101
Octal 376 257 15
Decimal 254 175 13
Hex FE AF D

RGB Percentages of Color #feaf0d

%57.47
%39.59
%2.94

CMYK Percentages of Color #feaf0d

%0
%31
%95
%0

Triadic Colors of #feaf0d

#feaf0d #0dfeaf #af0dfe

Analogous Colors of #feaf0d

#feaf0d #d5fe0d #fe360d

Monochromatic Colors of #feaf0d

#feaf0d

Complementary Color

#feaf0d #0d5cfe

#feaf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf0d Color CSS Codes

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

#feaf0d Text Font Color

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

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


#feaf0d Background Color

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

This div background color is #feaf0d


#feaf0d Border Color

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

This div border color is #feaf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf0d


Comments

No comments written yet.

Please login to write comment.