Color Hex Logo

#fed40a Color Hex

#FED40A
(254,212,10)
0 Favorites   0 Comments

Color spaces of #fed40a

RGB 25421210
HSL0.140.990.52
HSV50°96°100°
CMYK 0.000.170.96   0.00
XYZ64.471368.179710.0492
Yxy68.17970.45180.4778
Hunter Lab82.5710-5.126750.5839
CIE-Lab86.0962-0.751685.6449

#fed40a color RGB value is (254,212,10).

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

The process color (four color CMYK) of #fed40a color hex is 0.00, 0.17, 0.96, 0.00. Web safe color of #fed40a is #ffcc00. Color #fed40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 00001010
Octal 376 324 12
Decimal 254 212 10
Hex FE D4 A

RGB Percentages of Color #fed40a

%53.36
%44.54
%2.10

CMYK Percentages of Color #fed40a

%0
%17
%96
%0

Triadic Colors of #fed40a

#fed40a #0afed4 #d40afe

Analogous Colors of #fed40a

#fed40a #aefe0a #fe5a0a

Monochromatic Colors of #fed40a

#fed40a

Complementary Color

#fed40a #0a34fe

#fed40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed40a Color CSS Codes

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

#fed40a Text Font Color

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

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


#fed40a Background Color

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

This div background color is #fed40a


#fed40a Border Color

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

This div border color is #fed40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed40a


Comments

No comments written yet.

Please login to write comment.