Color Hex Logo

#fed72d Color Hex

#FED72D
(254,215,45)
0 Favorites   0 Comments

Color spaces of #fed72d

RGB 25421545
HSL0.140.990.59
HSV49°82°100°
CMYK 0.000.150.82   0.00
XYZ65.647169.861212.5072
Yxy69.86120.44350.4720
Hunter Lab83.5830-6.074249.6361
CIE-Lab86.9287-1.685480.2416

#fed72d color RGB value is (254,215,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00101101
Octal 376 327 55
Decimal 254 215 45
Hex FE D7 2D

RGB Percentages of Color #fed72d

%49.42
%41.83
%8.75

CMYK Percentages of Color #fed72d

%0
%15
%82
%0

Triadic Colors of #fed72d

#fed72d #2dfed7 #d72dfe

Analogous Colors of #fed72d

#fed72d #bdfe2d #fe6f2d

Monochromatic Colors of #fed72d

#fed72d

Complementary Color

#fed72d #2d54fe

#fed72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed72d Color CSS Codes

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

#fed72d Text Font Color

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

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


#fed72d Background Color

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

This div background color is #fed72d


#fed72d Border Color

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

This div border color is #fed72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed72d

Related Colors


Comments

No comments written yet.

Please login to write comment.