Color Hex Logo

#fed546 Color Hex

#FED546
(254,213,70)
0 Favorites   0 Comments

Color spaces of #fed546

RGB 25421370
HSL0.130.990.64
HSV47°72°100°
CMYK 0.000.160.72   0.00
XYZ65.772869.101515.6657
Yxy69.10150.43690.4590
Hunter Lab83.1273-4.238347.0157
CIE-Lab86.55430.210672.0181

#fed546 color RGB value is (254,213,70).

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

The process color (four color CMYK) of #fed546 color hex is 0.00, 0.16, 0.72, 0.00. Web safe color of #fed546 is #ffcc33. Color #fed546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01000110
Octal 376 325 106
Decimal 254 213 70
Hex FE D5 46

RGB Percentages of Color #fed546

%47.30
%39.66
%13.04

CMYK Percentages of Color #fed546

%0
%16
%72
%0

Triadic Colors of #fed546

#fed546 #46fed5 #d546fe

Analogous Colors of #fed546

#fed546 #cbfe46 #fe7946

Monochromatic Colors of #fed546

#fed546

Complementary Color

#fed546 #466ffe

#fed546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed546 Color CSS Codes

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

#fed546 Text Font Color

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

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


#fed546 Background Color

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

This div background color is #fed546


#fed546 Border Color

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

This div border color is #fed546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed546


Comments

No comments written yet.

Please login to write comment.