Color Hex Logo

#fed471 Color Hex

#FED471
(254,212,113)
0 Favorites   0 Comments

Color spaces of #fed471

RGB 254212113
HSL0.120.990.72
HSV42°56°100°
CMYK 0.000.170.56   0.00
XYZ67.397269.350125.4565
Yxy69.35010.41550.4275
Hunter Lab83.2767-1.271340.1696
CIE-Lab86.67713.292353.8204

#fed471 color RGB value is (254,212,113).

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

The process color (four color CMYK) of #fed471 color hex is 0.00, 0.17, 0.56, 0.00. Web safe color of #fed471 is #ffcc66. Color #fed471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 01110001
Octal 376 324 161
Decimal 254 212 113
Hex FE D4 71

RGB Percentages of Color #fed471

%43.87
%36.61
%19.52

CMYK Percentages of Color #fed471

%0
%17
%56
%0

Triadic Colors of #fed471

#fed471 #71fed4 #d471fe

Analogous Colors of #fed471

#fed471 #e2fe71 #fe8e71

Monochromatic Colors of #fed471

#fed471

Complementary Color

#fed471 #719bfe

#fed471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed471 Color CSS Codes

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

#fed471 Text Font Color

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

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


#fed471 Background Color

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

This div background color is #fed471


#fed471 Border Color

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

This div border color is #fed471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed471

Related Colors


Comments

No comments written yet.

Please login to write comment.