Color Hex Logo

#fadf68 Color Hex

#FADF68
(250,223,104)
0 Favorites   0 Comments

Color spaces of #fadf68

RGB 250223104
HSL0.140.940.69
HSV49°58°98°
CMYK 0.000.110.58   0.02
XYZ68.310774.098823.7988
Yxy74.09880.41100.4458
Hunter Lab86.0807-8.989643.8645
CIE-Lab88.9692-4.581760.5068

#fadf68 color RGB value is (250,223,104).

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

The process color (four color CMYK) of #fadf68 color hex is 0.00, 0.11, 0.58, 0.02. Web safe color of #fadf68 is #ffcc66. Color #fadf68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01101000
Octal 372 337 150
Decimal 250 223 104
Hex FA DF 68

RGB Percentages of Color #fadf68

%43.33
%38.65
%18.02

CMYK Percentages of Color #fadf68

%0
%11
%58
%2

Triadic Colors of #fadf68

#fadf68 #68fadf #df68fa

Analogous Colors of #fadf68

#fadf68 #ccfa68 #fa9668

Monochromatic Colors of #fadf68

#fadf68

Complementary Color

#fadf68 #6883fa

#fadf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf68 Color CSS Codes

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

#fadf68 Text Font Color

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

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


#fadf68 Background Color

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

This div background color is #fadf68


#fadf68 Border Color

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

This div border color is #fadf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf68


Comments

No comments written yet.

Please login to write comment.