Color Hex Logo

#fed846 Color Hex

#FED846
(254,216,70)
0 Favorites   0 Comments

Color spaces of #fed846

RGB 25421670
HSL0.130.990.64
HSV48°72°100°
CMYK 0.000.150.72   0.00
XYZ66.534470.624815.9196
Yxy70.62480.43460.4614
Hunter Lab84.0386-5.746847.5956
CIE-Lab87.3024-1.313672.7448

#fed846 color RGB value is (254,216,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01000110
Octal 376 330 106
Decimal 254 216 70
Hex FE D8 46

RGB Percentages of Color #fed846

%47.04
%40.00
%12.96

CMYK Percentages of Color #fed846

%0
%15
%72
%0

Triadic Colors of #fed846

#fed846 #46fed8 #d846fe

Analogous Colors of #fed846

#fed846 #c8fe46 #fe7c46

Monochromatic Colors of #fed846

#fed846

Complementary Color

#fed846 #466cfe

#fed846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed846 Color CSS Codes

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

#fed846 Text Font Color

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

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


#fed846 Background Color

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

This div background color is #fed846


#fed846 Border Color

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

This div border color is #fed846


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,216,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 #fed846">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed846

Related Colors


Comments

No comments written yet.

Please login to write comment.