Color Hex Logo

#fad43b Color Hex

#FAD43B
(250,212,59)
0 Favorites   0 Comments

Color spaces of #fad43b

RGB 25021259
HSL0.130.950.61
HSV48°76°98°
CMYK 0.000.150.76   0.02
XYZ63.757267.726713.8499
Yxy67.72670.43870.4660
Hunter Lab82.2962-5.729547.6293
CIE-Lab85.8696-1.402875.0540

#fad43b color RGB value is (250,212,59).

#fad43b hex color red value is 250, green value is 212 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fad43b hue: 0.13 , saturation: 0.95 and the lightness value of fad43b is 0.61.

The process color (four color CMYK) of #fad43b color hex is 0.00, 0.15, 0.76, 0.02. Web safe color of #fad43b is #ffcc33. Color #fad43b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 00111011
Octal 372 324 73
Decimal 250 212 59
Hex FA D4 3B

RGB Percentages of Color #fad43b

%47.98
%40.69
%11.32

CMYK Percentages of Color #fad43b

%0
%15
%76
%2

Triadic Colors of #fad43b

#fad43b #3bfad4 #d43bfa

Analogous Colors of #fad43b

#fad43b #c1fa3b #fa753b

Monochromatic Colors of #fad43b

#fad43b

Complementary Color

#fad43b #3b61fa

#fad43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad43b Color CSS Codes

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

#fad43b Text Font Color

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

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


#fad43b Background Color

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

This div background color is #fad43b


#fad43b Border Color

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

This div border color is #fad43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad43b


Comments

No comments written yet.

Please login to write comment.