Color Hex Logo

#fadb39 Color Hex

#FADB39
(250,219,57)
0 Favorites   0 Comments

Color spaces of #fadb39

RGB 25021957
HSL0.140.950.60
HSV50°77°98°
CMYK 0.000.120.77   0.02
XYZ65.494471.282414.1779
Yxy71.28240.43390.4722
Hunter Lab84.4289-9.282049.1438
CIE-Lab87.6220-5.016777.2876

#fadb39 color RGB value is (250,219,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00111001
Octal 372 333 71
Decimal 250 219 57
Hex FA DB 39

RGB Percentages of Color #fadb39

%47.53
%41.63
%10.84

CMYK Percentages of Color #fadb39

%0
%12
%77
%2

Triadic Colors of #fadb39

#fadb39 #39fadb #db39fa

Analogous Colors of #fadb39

#fadb39 #b9fa39 #fa7b39

Monochromatic Colors of #fadb39

#fadb39

Complementary Color

#fadb39 #3958fa

#fadb39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb39 Color CSS Codes

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

#fadb39 Text Font Color

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

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


#fadb39 Background Color

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

This div background color is #fadb39


#fadb39 Border Color

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

This div border color is #fadb39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb39

Related Colors

#fadb39 Color Palettes


Comments

No comments written yet.

Please login to write comment.