Color Hex Logo

#fadb22 Color Hex

#FADB22
(250,219,34)
0 Favorites   0 Comments

Color spaces of #fadb22

RGB 25021934
HSL0.140.960.56
HSV51°86°98°
CMYK 0.000.120.86   0.02
XYZ65.044671.102511.8093
Yxy71.10250.43960.4806
Hunter Lab84.3223-9.872650.7221
CIE-Lab87.5348-5.653983.1296

#fadb22 color RGB value is (250,219,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00100010
Octal 372 333 42
Decimal 250 219 34
Hex FA DB 22

RGB Percentages of Color #fadb22

%49.70
%43.54
%6.76

CMYK Percentages of Color #fadb22

%0
%12
%86
%2

Triadic Colors of #fadb22

#fadb22 #22fadb #db22fa

Analogous Colors of #fadb22

#fadb22 #adfa22 #fa6f22

Monochromatic Colors of #fadb22

#fadb22

Complementary Color

#fadb22 #2241fa

#fadb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb22 Color CSS Codes

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

#fadb22 Text Font Color

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

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


#fadb22 Background Color

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

This div background color is #fadb22


#fadb22 Border Color

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

This div border color is #fadb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb22


Comments

No comments written yet.

Please login to write comment.