Color Hex Logo

#fadf7c Color Hex

#FADF7C
(250,223,124)
0 Favorites   0 Comments

Color spaces of #fadf7c

RGB 250223124
HSL0.130.930.73
HSV47°50°98°
CMYK 0.000.110.50   0.02
XYZ69.450174.554629.7988
Yxy74.55460.39960.4290
Hunter Lab86.3450-7.530439.9797
CIE-Lab89.1839-3.031251.5014

#fadf7c color RGB value is (250,223,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01111100
Octal 372 337 174
Decimal 250 223 124
Hex FA DF 7C

RGB Percentages of Color #fadf7c

%41.88
%37.35
%20.77

CMYK Percentages of Color #fadf7c

%0
%11
%50
%2

Triadic Colors of #fadf7c

#fadf7c #7cfadf #df7cfa

Analogous Colors of #fadf7c

#fadf7c #d6fa7c #faa07c

Monochromatic Colors of #fadf7c

#fadf7c

Complementary Color

#fadf7c #7c97fa

#fadf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf7c Color CSS Codes

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

#fadf7c Text Font Color

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

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


#fadf7c Background Color

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

This div background color is #fadf7c


#fadf7c Border Color

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

This div border color is #fadf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf7c

Related Colors


Comments

No comments written yet.

Please login to write comment.