Color Hex Logo

#fadf42 Color Hex

#FADF42
(250,223,66)
0 Favorites   0 Comments

Color spaces of #fadf42

RGB 25022366
HSL0.140.950.62
HSV51°74°98°
CMYK 0.000.110.74   0.02
XYZ66.795473.492715.8193
Yxy73.49270.42790.4708
Hunter Lab85.7279-10.944449.0688
CIE-Lab88.6822-6.681275.3454

#fadf42 color RGB value is (250,223,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01000010
Octal 372 337 102
Decimal 250 223 66
Hex FA DF 42

RGB Percentages of Color #fadf42

%46.38
%41.37
%12.24

CMYK Percentages of Color #fadf42

%0
%11
%74
%2

Triadic Colors of #fadf42

#fadf42 #42fadf #df42fa

Analogous Colors of #fadf42

#fadf42 #b9fa42 #fa8342

Monochromatic Colors of #fadf42

#fadf42

Complementary Color

#fadf42 #425dfa

#fadf42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf42 Color CSS Codes

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

#fadf42 Text Font Color

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

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


#fadf42 Background Color

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

This div background color is #fadf42


#fadf42 Border Color

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

This div border color is #fadf42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf42


Comments

No comments written yet.

Please login to write comment.