Color Hex Logo

#fed47a Color Hex

#FED47A
(254,212,122)
0 Favorites   0 Comments

Color spaces of #fed47a

RGB 254212122
HSL0.110.990.74
HSV41°52°100°
CMYK 0.000.170.52   0.00
XYZ67.929469.562928.2591
Yxy69.56290.40980.4197
Hunter Lab83.4044-0.576838.2944
CIE-Lab86.78204.010649.6362

#fed47a color RGB value is (254,212,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 01111010
Octal 376 324 172
Decimal 254 212 122
Hex FE D4 7A

RGB Percentages of Color #fed47a

%43.20
%36.05
%20.75

CMYK Percentages of Color #fed47a

%0
%17
%52
%0

Triadic Colors of #fed47a

#fed47a #7afed4 #d47afe

Analogous Colors of #fed47a

#fed47a #e6fe7a #fe927a

Monochromatic Colors of #fed47a

#fed47a

Complementary Color

#fed47a #7aa4fe

#fed47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed47a Color CSS Codes

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

#fed47a Text Font Color

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

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


#fed47a Background Color

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

This div background color is #fed47a


#fed47a Border Color

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

This div border color is #fed47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed47a


Comments

No comments written yet.

Please login to write comment.