Color Hex Logo

#fead0d Color Hex

#FEAD0D
(254,173,13)
0 Favorites   0 Comments

Color spaces of #fead0d

RGB 25417313
HSL0.110.990.52
HSV40°95°100°
CMYK 0.000.320.95   0.00
XYZ55.889350.98707.2766
Yxy50.98700.48960.4467
Hunter Lab71.405214.754043.9416
CIE-Lab76.671119.445678.6158

#fead0d color RGB value is (254,173,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 00001101
Octal 376 255 15
Decimal 254 173 13
Hex FE AD D

RGB Percentages of Color #fead0d

%57.73
%39.32
%2.95

CMYK Percentages of Color #fead0d

%0
%32
%95
%0

Triadic Colors of #fead0d

#fead0d #0dfead #ad0dfe

Analogous Colors of #fead0d

#fead0d #d7fe0d #fe340d

Monochromatic Colors of #fead0d

#fead0d

Complementary Color

#fead0d #0d5efe

#fead0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fead0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fead0d Color CSS Codes

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

#fead0d Text Font Color

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

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


#fead0d Background Color

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

This div background color is #fead0d


#fead0d Border Color

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

This div border color is #fead0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,173,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 #fead0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fead0d


Comments

No comments written yet.

Please login to write comment.