Color Hex Logo

#fed13f Color Hex

#FED13F
(254,209,63)
0 Favorites   0 Comments

Color spaces of #fed13f

RGB 25420963
HSL0.130.990.62
HSV46°75°100°
CMYK 0.000.180.75   0.00
XYZ64.570767.030614.2376
Yxy67.03060.44280.4596
Hunter Lab81.8722-2.497647.0000
CIE-Lab85.51941.960473.5203

#fed13f color RGB value is (254,209,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00111111
Octal 376 321 77
Decimal 254 209 63
Hex FE D1 3F

RGB Percentages of Color #fed13f

%48.29
%39.73
%11.98

CMYK Percentages of Color #fed13f

%0
%18
%75
%0

Triadic Colors of #fed13f

#fed13f #3ffed1 #d13ffe

Analogous Colors of #fed13f

#fed13f #ccfe3f #fe723f

Monochromatic Colors of #fed13f

#fed13f

Complementary Color

#fed13f #3f6cfe

#fed13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed13f Color CSS Codes

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

#fed13f Text Font Color

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

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


#fed13f Background Color

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

This div background color is #fed13f


#fed13f Border Color

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

This div border color is #fed13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed13f


Comments

No comments written yet.

Please login to write comment.