Color Hex Logo

#fadf44 Color Hex

#FADF44
(250,223,68)
0 Favorites   0 Comments

Color spaces of #fadf44

RGB 25022368
HSL0.140.950.62
HSV51°73°98°
CMYK 0.000.110.73   0.02
XYZ66.855473.516716.1353
Yxy73.51670.42720.4697
Hunter Lab85.7419-10.866748.8619
CIE-Lab88.6936-6.597274.6696

#fadf44 color RGB value is (250,223,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01000100
Octal 372 337 104
Decimal 250 223 68
Hex FA DF 44

RGB Percentages of Color #fadf44

%46.21
%41.22
%12.57

CMYK Percentages of Color #fadf44

%0
%11
%73
%2

Triadic Colors of #fadf44

#fadf44 #44fadf #df44fa

Analogous Colors of #fadf44

#fadf44 #bafa44 #fa8444

Monochromatic Colors of #fadf44

#fadf44

Complementary Color

#fadf44 #445ffa

#fadf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf44 Color CSS Codes

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

#fadf44 Text Font Color

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

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


#fadf44 Background Color

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

This div background color is #fadf44


#fadf44 Border Color

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

This div border color is #fadf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf44


Comments

No comments written yet.

Please login to write comment.