Color Hex Logo

#fed147 Color Hex

#FED147
(254,209,71)
0 Favorites   0 Comments

Color spaces of #fed147

RGB 25420971
HSL0.130.990.64
HSV45°72°100°
CMYK 0.000.180.72   0.00
XYZ64.810867.126715.5021
Yxy67.12670.43960.4553
Hunter Lab81.9309-2.178046.1334
CIE-Lab85.56792.295570.6835

#fed147 color RGB value is (254,209,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 01000111
Octal 376 321 107
Decimal 254 209 71
Hex FE D1 47

RGB Percentages of Color #fed147

%47.57
%39.14
%13.30

CMYK Percentages of Color #fed147

%0
%18
%72
%0

Triadic Colors of #fed147

#fed147 #47fed1 #d147fe

Analogous Colors of #fed147

#fed147 #d0fe47 #fe7647

Monochromatic Colors of #fed147

#fed147

Complementary Color

#fed147 #4774fe

#fed147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed147 Color CSS Codes

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

#fed147 Text Font Color

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

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


#fed147 Background Color

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

This div background color is #fed147


#fed147 Border Color

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

This div border color is #fed147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed147

Related Colors


Comments

No comments written yet.

Please login to write comment.