Color Hex Logo

#fadb47 Color Hex

#FADB47
(250,219,71)
0 Favorites   0 Comments

Color spaces of #fadb47

RGB 25021971
HSL0.140.950.63
HSV50°72°98°
CMYK 0.000.120.72   0.02
XYZ65.893271.442016.2780
Yxy71.44200.42900.4651
Hunter Lab84.5234-8.759947.7479
CIE-Lab87.6993-4.455272.6443

#fadb47 color RGB value is (250,219,71).

#fadb47 hex color red value is 250, green value is 219 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fadb47 hue: 0.14 , saturation: 0.95 and the lightness value of fadb47 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 01000111
Octal 372 333 107
Decimal 250 219 71
Hex FA DB 47

RGB Percentages of Color #fadb47

%46.30
%40.56
%13.15

CMYK Percentages of Color #fadb47

%0
%12
%72
%2

Triadic Colors of #fadb47

#fadb47 #47fadb #db47fa

Analogous Colors of #fadb47

#fadb47 #c0fa47 #fa8247

Monochromatic Colors of #fadb47

#fadb47

Complementary Color

#fadb47 #4766fa

#fadb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb47 Color CSS Codes

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

#fadb47 Text Font Color

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

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


#fadb47 Background Color

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

This div background color is #fadb47


#fadb47 Border Color

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

This div border color is #fadb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb47


Comments

No comments written yet.

Please login to write comment.