Color Hex Logo

#fed02d Color Hex

#FED02D
(254,208,45)
0 Favorites   0 Comments

Color spaces of #fed02d

RGB 25420845
HSL0.130.990.59
HSV47°82°100°
CMYK 0.000.180.82   0.00
XYZ63.902666.372011.9257
Yxy66.37200.44940.4668
Hunter Lab81.4690-2.559148.3492
CIE-Lab85.18581.877078.7673

#fed02d color RGB value is (254,208,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 00101101
Octal 376 320 55
Decimal 254 208 45
Hex FE D0 2D

RGB Percentages of Color #fed02d

%50.10
%41.03
%8.88

CMYK Percentages of Color #fed02d

%0
%18
%82
%0

Triadic Colors of #fed02d

#fed02d #2dfed0 #d02dfe

Analogous Colors of #fed02d

#fed02d #c4fe2d #fe682d

Monochromatic Colors of #fed02d

#fed02d

Complementary Color

#fed02d #2d5bfe

#fed02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed02d Color CSS Codes

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

#fed02d Text Font Color

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

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


#fed02d Background Color

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

This div background color is #fed02d


#fed02d Border Color

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

This div border color is #fed02d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,208,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 #fed02d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed02d

Related Colors


Comments

No comments written yet.

Please login to write comment.