Color Hex Logo

#fad67f Color Hex

#FAD67F
(250,214,127)
0 Favorites   0 Comments

Color spaces of #fad67f

RGB 250214127
HSL0.120.920.74
HSV42°49°98°
CMYK 0.000.140.49   0.02
XYZ67.301769.949430.0331
Yxy69.94940.40230.4181
Hunter Lab83.6358-2.723637.2543
CIE-Lab86.97201.810447.3483

#fad67f color RGB value is (250,214,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 01111111
Octal 372 326 177
Decimal 250 214 127
Hex FA D6 7F

RGB Percentages of Color #fad67f

%42.30
%36.21
%21.49

CMYK Percentages of Color #fad67f

%0
%14
%49
%2

Triadic Colors of #fad67f

#fad67f #7ffad6 #d67ffa

Analogous Colors of #fad67f

#fad67f #e1fa7f #fa997f

Monochromatic Colors of #fad67f

#fad67f

Complementary Color

#fad67f #7fa3fa

#fad67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad67f Color CSS Codes

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

#fad67f Text Font Color

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

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


#fad67f Background Color

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

This div background color is #fad67f


#fad67f Border Color

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

This div border color is #fad67f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,214,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 #fad67f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad67f


Comments

No comments written yet.

Please login to write comment.