Color Hex Logo

#fadb20 Color Hex

#FADB20
(250,219,32)
0 Favorites   0 Comments

Color spaces of #fadb20

RGB 25021932
HSL0.140.960.55
HSV51°87°98°
CMYK 0.000.120.87   0.02
XYZ65.016671.091311.6618
Yxy71.09130.44000.4811
Hunter Lab84.3157-9.909450.8205
CIE-Lab87.5293-5.693783.5189

#fadb20 color RGB value is (250,219,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00100000
Octal 372 333 40
Decimal 250 219 32
Hex FA DB 20

RGB Percentages of Color #fadb20

%49.90
%43.71
%6.39

CMYK Percentages of Color #fadb20

%0
%12
%87
%2

Triadic Colors of #fadb20

#fadb20 #20fadb #db20fa

Analogous Colors of #fadb20

#fadb20 #acfa20 #fa6e20

Monochromatic Colors of #fadb20

#fadb20

Complementary Color

#fadb20 #203ffa

#fadb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb20 Color CSS Codes

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

#fadb20 Text Font Color

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

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


#fadb20 Background Color

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

This div background color is #fadb20


#fadb20 Border Color

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

This div border color is #fadb20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,219,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb20


Comments

No comments written yet.

Please login to write comment.