Color Hex Logo

#fead24 Color Hex

#FEAD24
(254,173,36)
0 Favorites   0 Comments

Color spaces of #fead24

RGB 25417336
HSL0.100.990.57
HSV38°86°100°
CMYK 0.000.320.86   0.00
XYZ56.135151.08538.5709
Yxy51.08530.48480.4412
Hunter Lab71.474015.113042.9219
CIE-Lab76.730719.802274.1664

#fead24 color RGB value is (254,173,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 00100100
Octal 376 255 44
Decimal 254 173 36
Hex FE AD 24

RGB Percentages of Color #fead24

%54.86
%37.37
%7.78

CMYK Percentages of Color #fead24

%0
%32
%86
%0

Triadic Colors of #fead24

#fead24 #24fead #ad24fe

Analogous Colors of #fead24

#fead24 #e2fe24 #fe4024

Monochromatic Colors of #fead24

#fead24

Complementary Color

#fead24 #2475fe

#fead24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fead24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fead24 Color CSS Codes

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

#fead24 Text Font Color

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

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


#fead24 Background Color

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

This div background color is #fead24


#fead24 Border Color

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

This div border color is #fead24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fead24


Comments

No comments written yet.

Please login to write comment.