Color Hex Logo

#fed060 Color Hex

#FED060
(254,208,96)
0 Favorites   0 Comments

Color spaces of #fed060

RGB 25420896
HSL0.120.990.69
HSV43°62°100°
CMYK 0.000.180.62   0.00
XYZ65.540267.027120.5495
Yxy67.02710.42800.4378
Hunter Lab81.8701-0.376442.4272
CIE-Lab85.51764.157060.3092

#fed060 color RGB value is (254,208,96).

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

The process color (four color CMYK) of #fed060 color hex is 0.00, 0.18, 0.62, 0.00. Web safe color of #fed060 is #ffcc66. Color #fed060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01100000
Octal 376 320 140
Decimal 254 208 96
Hex FE D0 60

RGB Percentages of Color #fed060

%45.52
%37.28
%17.20

CMYK Percentages of Color #fed060

%0
%18
%62
%0

Triadic Colors of #fed060

#fed060 #60fed0 #d060fe

Analogous Colors of #fed060

#fed060 #ddfe60 #fe8160

Monochromatic Colors of #fed060

#fed060

Complementary Color

#fed060 #608efe

#fed060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed060 Color CSS Codes

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

#fed060 Text Font Color

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

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


#fed060 Background Color

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

This div background color is #fed060


#fed060 Border Color

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

This div border color is #fed060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed060

#fed060 Color Palettes


Comments

No comments written yet.

Please login to write comment.