Color Hex Logo

#fadb29 Color Hex

#FADB29
(250,219,41)
0 Favorites   0 Comments

Color spaces of #fadb29

RGB 25021941
HSL0.140.950.57
HSV51°84°98°
CMYK 0.000.120.84   0.02
XYZ65.156171.147112.3965
Yxy71.14710.43820.4785
Hunter Lab84.3487-9.726050.3304
CIE-Lab87.5564-5.495681.6115

#fadb29 color RGB value is (250,219,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00101001
Octal 372 333 51
Decimal 250 219 41
Hex FA DB 29

RGB Percentages of Color #fadb29

%49.02
%42.94
%8.04

CMYK Percentages of Color #fadb29

%0
%12
%84
%2

Triadic Colors of #fadb29

#fadb29 #29fadb #db29fa

Analogous Colors of #fadb29

#fadb29 #b1fa29 #fa7329

Monochromatic Colors of #fadb29

#fadb29

Complementary Color

#fadb29 #2948fa

#fadb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb29 Color CSS Codes

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

#fadb29 Text Font Color

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

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


#fadb29 Background Color

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

This div background color is #fadb29


#fadb29 Border Color

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

This div border color is #fadb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb29

Related Colors


Comments

No comments written yet.

Please login to write comment.