Color Hex Logo

#fedb47 Color Hex

#FEDB47
(254,219,71)
0 Favorites   0 Comments

Color spaces of #fedb47

RGB 25421971
HSL0.130.990.64
HSV49°72°100°
CMYK 0.000.140.72   0.00
XYZ67.341972.188816.3458
Yxy72.18880.43200.4631
Hunter Lab84.9640-7.209148.0683
CIE-Lab88.0594-2.787773.1179

#fedb47 color RGB value is (254,219,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01000111
Octal 376 333 107
Decimal 254 219 71
Hex FE DB 47

RGB Percentages of Color #fedb47

%46.69
%40.26
%13.05

CMYK Percentages of Color #fedb47

%0
%14
%72
%0

Triadic Colors of #fedb47

#fedb47 #47fedb #db47fe

Analogous Colors of #fedb47

#fedb47 #c6fe47 #fe8047

Monochromatic Colors of #fedb47

#fedb47

Complementary Color

#fedb47 #476afe

#fedb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb47 Color CSS Codes

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

#fedb47 Text Font Color

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

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


#fedb47 Background Color

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

This div background color is #fedb47


#fedb47 Border Color

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

This div border color is #fedb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb47


Comments

No comments written yet.

Please login to write comment.