Color Hex Logo

#fed720 Color Hex

#FED720
(254,215,32)
0 Favorites   0 Comments

Color spaces of #fed720

RGB 25421532
HSL0.140.990.56
HSV49°87°100°
CMYK 0.000.150.87   0.00
XYZ65.434269.776011.3859
Yxy69.77600.44640.4760
Hunter Lab83.5320-6.354450.3909
CIE-Lab86.8869-1.983383.1663

#fed720 color RGB value is (254,215,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00100000
Octal 376 327 40
Decimal 254 215 32
Hex FE D7 20

RGB Percentages of Color #fed720

%50.70
%42.91
%6.39

CMYK Percentages of Color #fed720

%0
%15
%87
%0

Triadic Colors of #fed720

#fed720 #20fed7 #d720fe

Analogous Colors of #fed720

#fed720 #b6fe20 #fe6820

Monochromatic Colors of #fed720

#fed720

Complementary Color

#fed720 #2047fe

#fed720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed720 Color CSS Codes

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

#fed720 Text Font Color

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

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


#fed720 Background Color

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

This div background color is #fed720


#fed720 Border Color

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

This div border color is #fed720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed720


Comments

No comments written yet.

Please login to write comment.