Color Hex Logo

#fed33a Color Hex

#FED33A
(254,211,58)
0 Favorites   0 Comments

Color spaces of #fed33a

RGB 25421158
HSL0.130.990.61
HSV47°77°100°
CMYK 0.000.170.77   0.00
XYZ64.931067.964913.6993
Yxy67.96490.44290.4636
Hunter Lab82.4408-3.683547.8563
CIE-Lab85.98890.752775.6256

#fed33a color RGB value is (254,211,58).

#fed33a hex color red value is 254, green value is 211 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fed33a hue: 0.13 , saturation: 0.99 and the lightness value of fed33a is 0.61.

The process color (four color CMYK) of #fed33a color hex is 0.00, 0.17, 0.77, 0.00. Web safe color of #fed33a is #ffcc33. Color #fed33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 00111010
Octal 376 323 72
Decimal 254 211 58
Hex FE D3 3A

RGB Percentages of Color #fed33a

%48.57
%40.34
%11.09

CMYK Percentages of Color #fed33a

%0
%17
%77
%0

Triadic Colors of #fed33a

#fed33a #3afed3 #d33afe

Analogous Colors of #fed33a

#fed33a #c7fe3a #fe713a

Monochromatic Colors of #fed33a

#fed33a

Complementary Color

#fed33a #3a65fe

#fed33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed33a Color CSS Codes

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

#fed33a Text Font Color

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

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


#fed33a Background Color

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

This div background color is #fed33a


#fed33a Border Color

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

This div border color is #fed33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed33a


Comments

No comments written yet.

Please login to write comment.