Color Hex Logo

#fead2e Color Hex

#FEAD2E
(254,173,46)
0 Favorites   0 Comments

Color spaces of #fead2e

RGB 25417346
HSL0.100.990.59
HSV37°82°100°
CMYK 0.000.320.82   0.00
XYZ56.309851.15529.4909
Yxy51.15520.48150.4374
Hunter Lab71.522915.367742.1984
CIE-Lab76.772920.054771.2760

#fead2e color RGB value is (254,173,46).

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

The process color (four color CMYK) of #fead2e color hex is 0.00, 0.32, 0.82, 0.00. Web safe color of #fead2e is #ff9933. Color #fead2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 00101110
Octal 376 255 56
Decimal 254 173 46
Hex FE AD 2E

RGB Percentages of Color #fead2e

%53.70
%36.58
%9.73

CMYK Percentages of Color #fead2e

%0
%32
%82
%0

Triadic Colors of #fead2e

#fead2e #2efead #ad2efe

Analogous Colors of #fead2e

#fead2e #e7fe2e #fe452e

Monochromatic Colors of #fead2e

#fead2e

Complementary Color

#fead2e #2e7ffe

#fead2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fead2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fead2e Color CSS Codes

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

#fead2e Text Font Color

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

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


#fead2e Background Color

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

This div background color is #fead2e


#fead2e Border Color

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

This div border color is #fead2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fead2e

Related Colors


Comments

No comments written yet.

Please login to write comment.