Color Hex Logo

#fad47f Color Hex

#FAD47F
(250,212,127)
0 Favorites   0 Comments

Color spaces of #fad47f

RGB 250212127
HSL0.120.920.74
HSV41°49°98°
CMYK 0.000.150.49   0.02
XYZ66.798668.943329.8654
Yxy68.94330.40340.4163
Hunter Lab83.0321-1.704536.7967
CIE-Lab86.47602.835546.7357

#fad47f color RGB value is (250,212,127).

#fad47f hex color red value is 250, green value is 212 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fad47f hue: 0.12 , saturation: 0.92 and the lightness value of fad47f is 0.74.

The process color (four color CMYK) of #fad47f color hex is 0.00, 0.15, 0.49, 0.02. Web safe color of #fad47f is #ffcc66. Color #fad47f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 01111111
Octal 372 324 177
Decimal 250 212 127
Hex FA D4 7F

RGB Percentages of Color #fad47f

%42.44
%35.99
%21.56

CMYK Percentages of Color #fad47f

%0
%15
%49
%2

Triadic Colors of #fad47f

#fad47f #7ffad4 #d47ffa

Analogous Colors of #fad47f

#fad47f #e3fa7f #fa977f

Monochromatic Colors of #fad47f

#fad47f

Complementary Color

#fad47f #7fa5fa

#fad47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad47f Color CSS Codes

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

#fad47f Text Font Color

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

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


#fad47f Background Color

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

This div background color is #fad47f


#fad47f Border Color

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

This div border color is #fad47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad47f


Comments

No comments written yet.

Please login to write comment.