Color Hex Logo

#fadb26 Color Hex

#FADB26
(250,219,38)
0 Favorites   0 Comments

Color spaces of #fadb26

RGB 25021938
HSL0.140.950.56
HSV51°85°98°
CMYK 0.000.120.85   0.02
XYZ65.105771.127012.1312
Yxy71.12700.43880.4794
Hunter Lab84.3368-9.792450.5074
CIE-Lab87.5467-5.567382.2912

#fadb26 color RGB value is (250,219,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00100110
Octal 372 333 46
Decimal 250 219 38
Hex FA DB 26

RGB Percentages of Color #fadb26

%49.31
%43.20
%7.50

CMYK Percentages of Color #fadb26

%0
%12
%85
%2

Triadic Colors of #fadb26

#fadb26 #26fadb #db26fa

Analogous Colors of #fadb26

#fadb26 #affa26 #fa7126

Monochromatic Colors of #fadb26

#fadb26

Complementary Color

#fadb26 #2645fa

#fadb26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb26 Color CSS Codes

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

#fadb26 Text Font Color

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

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


#fadb26 Background Color

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

This div background color is #fadb26


#fadb26 Border Color

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

This div border color is #fadb26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb26


Comments

No comments written yet.

Please login to write comment.