Color Hex Logo

#fad41b Color Hex

#FAD41B
(250,212,27)
0 Favorites   0 Comments

Color spaces of #fad41b

RGB 25021227
HSL0.140.960.54
HSV50°89°98°
CMYK 0.000.150.89   0.02
XYZ63.165767.490110.7346
Yxy67.49010.44670.4773
Hunter Lab82.1524-6.520749.7594
CIE-Lab85.7508-2.248683.0396

#fad41b color RGB value is (250,212,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 00011011
Octal 372 324 33
Decimal 250 212 27
Hex FA D4 1B

RGB Percentages of Color #fad41b

%51.12
%43.35
%5.52

CMYK Percentages of Color #fad41b

%0
%15
%89
%2

Triadic Colors of #fad41b

#fad41b #1bfad4 #d41bfa

Analogous Colors of #fad41b

#fad41b #b1fa1b #fa651b

Monochromatic Colors of #fad41b

#fad41b

Complementary Color

#fad41b #1b41fa

#fad41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad41b Color CSS Codes

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

#fad41b Text Font Color

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

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


#fad41b Background Color

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

This div background color is #fad41b


#fad41b Border Color

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

This div border color is #fad41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad41b

#fad41b Color Palettes


Comments

No comments written yet.

Please login to write comment.