Color Hex Logo

#fadf76 Color Hex

#FADF76
(250,223,118)
0 Favorites   0 Comments

Color spaces of #fadf76

RGB 250223118
HSL0.130.930.72
HSV48°53°98°
CMYK 0.000.110.53   0.02
XYZ69.082074.407427.8606
Yxy74.40740.40320.4342
Hunter Lab86.2597-8.000941.2320
CIE-Lab89.1147-3.529654.2605

#fadf76 color RGB value is (250,223,118).

#fadf76 hex color red value is 250, green value is 223 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fadf76 hue: 0.13 , saturation: 0.93 and the lightness value of fadf76 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01110110
Octal 372 337 166
Decimal 250 223 118
Hex FA DF 76

RGB Percentages of Color #fadf76

%42.30
%37.73
%19.97

CMYK Percentages of Color #fadf76

%0
%11
%53
%2

Triadic Colors of #fadf76

#fadf76 #76fadf #df76fa

Analogous Colors of #fadf76

#fadf76 #d3fa76 #fa9d76

Monochromatic Colors of #fadf76

#fadf76

Complementary Color

#fadf76 #7691fa

#fadf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf76 Color CSS Codes

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

#fadf76 Text Font Color

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

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


#fadf76 Background Color

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

This div background color is #fadf76


#fadf76 Border Color

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

This div border color is #fadf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf76

Related Colors


Comments

No comments written yet.

Please login to write comment.