Color Hex Logo

#fed03d Color Hex

#FED03D
(254,208,61)
1 Favorites   0 Comments

Color spaces of #fed03d

RGB 25420861
HSL0.130.990.62
HSV46°76°100°
CMYK 0.000.180.76   0.00
XYZ64.271266.519513.8670
Yxy66.51950.44430.4598
Hunter Lab81.5595-2.066047.0110
CIE-Lab85.26072.394873.9628

#fed03d color RGB value is (254,208,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 00111101
Octal 376 320 75
Decimal 254 208 61
Hex FE D0 3D

RGB Percentages of Color #fed03d

%48.57
%39.77
%11.66

CMYK Percentages of Color #fed03d

%0
%18
%76
%0

Triadic Colors of #fed03d

#fed03d #3dfed0 #d03dfe

Analogous Colors of #fed03d

#fed03d #ccfe3d #fe703d

Monochromatic Colors of #fed03d

#fed03d

Complementary Color

#fed03d #3d6bfe

#fed03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed03d Color CSS Codes

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

#fed03d Text Font Color

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

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


#fed03d Background Color

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

This div background color is #fed03d


#fed03d Border Color

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

This div border color is #fed03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed03d

Related Colors


Comments

No comments written yet.

Please login to write comment.