Color Hex Logo

#fadf29 Color Hex

#FADF29
(250,223,41)
0 Favorites   0 Comments

Color spaces of #fadf29

RGB 25022341
HSL0.150.950.57
HSV52°84°98°
CMYK 0.000.110.84   0.02
XYZ66.212373.259412.7485
Yxy73.25940.43500.4813
Hunter Lab85.5917-11.700951.0832
CIE-Lab88.5713-7.500582.4523

#fadf29 color RGB value is (250,223,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00101001
Octal 372 337 51
Decimal 250 223 41
Hex FA DF 29

RGB Percentages of Color #fadf29

%48.64
%43.39
%7.98

CMYK Percentages of Color #fadf29

%0
%11
%84
%2

Triadic Colors of #fadf29

#fadf29 #29fadf #df29fa

Analogous Colors of #fadf29

#fadf29 #adfa29 #fa7729

Monochromatic Colors of #fadf29

#fadf29

Complementary Color

#fadf29 #2944fa

#fadf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf29 Color CSS Codes

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

#fadf29 Text Font Color

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

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


#fadf29 Background Color

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

This div background color is #fadf29


#fadf29 Border Color

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

This div border color is #fadf29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,223,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 #fadf29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf29

Related Colors


Comments

No comments written yet.

Please login to write comment.