Color Hex Logo

#fed60d Color Hex

#FED60D
(254,214,13)
0 Favorites   0 Comments

Color spaces of #fed60d

RGB 25421413
HSL0.140.990.52
HSV50°95°100°
CMYK 0.000.160.95   0.00
XYZ64.992369.193010.3109
Yxy69.19300.44980.4789
Hunter Lab83.1823-6.102950.8783
CIE-Lab86.5995-1.740885.7348

#fed60d color RGB value is (254,214,13).

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

The process color (four color CMYK) of #fed60d color hex is 0.00, 0.16, 0.95, 0.00. Web safe color of #fed60d is #ffcc00. Color #fed60d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 00001101
Octal 376 326 15
Decimal 254 214 13
Hex FE D6 D

RGB Percentages of Color #fed60d

%52.81
%44.49
%2.70

CMYK Percentages of Color #fed60d

%0
%16
%95
%0

Triadic Colors of #fed60d

#fed60d #0dfed6 #d60dfe

Analogous Colors of #fed60d

#fed60d #aefe0d #fe5d0d

Monochromatic Colors of #fed60d

#fed60d

Complementary Color

#fed60d #0d35fe

#fed60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed60d Color CSS Codes

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

#fed60d Text Font Color

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

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


#fed60d Background Color

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

This div background color is #fed60d


#fed60d Border Color

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

This div border color is #fed60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed60d


Comments

No comments written yet.

Please login to write comment.