Color Hex Logo

#fed621 Color Hex

#FED621
(254,214,33)
0 Favorites   0 Comments

Color spaces of #fed621

RGB 25421433
HSL0.140.990.56
HSV49°87°100°
CMYK 0.000.160.87   0.00
XYZ65.194169.273811.3739
Yxy69.27380.44700.4750
Hunter Lab83.2309-5.836450.1594
CIE-Lab86.6395-1.457482.7728

#fed621 color RGB value is (254,214,33).

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

The process color (four color CMYK) of #fed621 color hex is 0.00, 0.16, 0.87, 0.00. Web safe color of #fed621 is #ffcc33. Color #fed621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 00100001
Octal 376 326 41
Decimal 254 214 33
Hex FE D6 21

RGB Percentages of Color #fed621

%50.70
%42.71
%6.59

CMYK Percentages of Color #fed621

%0
%16
%87
%0

Triadic Colors of #fed621

#fed621 #21fed6 #d621fe

Analogous Colors of #fed621

#fed621 #b8fe21 #fe6821

Monochromatic Colors of #fed621

#fed621

Complementary Color

#fed621 #2149fe

#fed621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed621 Color CSS Codes

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

#fed621 Text Font Color

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

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


#fed621 Background Color

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

This div background color is #fed621


#fed621 Border Color

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

This div border color is #fed621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed621

Related Colors


Comments

No comments written yet.

Please login to write comment.