Color Hex Logo

#fed82a Color Hex

#FED82A
(254,216,42)
0 Favorites   0 Comments

Color spaces of #fed82a

RGB 25421642
HSL0.140.990.58
HSV49°83°100°
CMYK 0.000.150.83   0.00
XYZ65.846870.349712.2988
Yxy70.34970.44340.4738
Hunter Lab83.8747-6.647350.0184
CIE-Lab87.1681-2.269481.1973

#fed82a color RGB value is (254,216,42).

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

The process color (four color CMYK) of #fed82a color hex is 0.00, 0.15, 0.83, 0.00. Web safe color of #fed82a is #ffcc33. Color #fed82a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 00101010
Octal 376 330 52
Decimal 254 216 42
Hex FE D8 2A

RGB Percentages of Color #fed82a

%49.61
%42.19
%8.20

CMYK Percentages of Color #fed82a

%0
%15
%83
%0

Triadic Colors of #fed82a

#fed82a #2afed8 #d82afe

Analogous Colors of #fed82a

#fed82a #bafe2a #fe6e2a

Monochromatic Colors of #fed82a

#fed82a

Complementary Color

#fed82a #2a50fe

#fed82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed82a Color CSS Codes

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

#fed82a Text Font Color

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

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


#fed82a Background Color

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

This div background color is #fed82a


#fed82a Border Color

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

This div border color is #fed82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed82a

Related Colors


Comments

No comments written yet.

Please login to write comment.