Color Hex Logo

#fadf7e Color Hex

#FADF7E
(250,223,126)
0 Favorites   0 Comments

Color spaces of #fadf7e

RGB 250223126
HSL0.130.930.74
HSV47°50°98°
CMYK 0.000.110.50   0.02
XYZ69.577974.605730.4719
Yxy74.60570.39840.4272
Hunter Lab86.3746-7.367239.5454
CIE-Lab89.2080-2.858750.5724

#fadf7e color RGB value is (250,223,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01111110
Octal 372 337 176
Decimal 250 223 126
Hex FA DF 7E

RGB Percentages of Color #fadf7e

%41.74
%37.23
%21.04

CMYK Percentages of Color #fadf7e

%0
%11
%50
%2

Triadic Colors of #fadf7e

#fadf7e #7efadf #df7efa

Analogous Colors of #fadf7e

#fadf7e #d7fa7e #faa17e

Monochromatic Colors of #fadf7e

#fadf7e

Complementary Color

#fadf7e #7e99fa

#fadf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf7e Color CSS Codes

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

#fadf7e Text Font Color

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

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


#fadf7e Background Color

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

This div background color is #fadf7e


#fadf7e Border Color

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

This div border color is #fadf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf7e


Comments

No comments written yet.

Please login to write comment.