Color Hex Logo

#fad78f Color Hex

#FAD78F
(250,215,143)
0 Favorites   0 Comments

Color spaces of #fad78f

RGB 250215143
HSL0.110.910.77
HSV40°43°98°
CMYK 0.000.140.43   0.02
XYZ68.682770.908036.0533
Yxy70.90800.39100.4037
Hunter Lab84.2069-1.769933.5597
CIE-Lab87.44032.819739.9807

#fad78f color RGB value is (250,215,143).

#fad78f hex color red value is 250, green value is 215 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fad78f hue: 0.11 , saturation: 0.91 and the lightness value of fad78f is 0.77.

The process color (four color CMYK) of #fad78f color hex is 0.00, 0.14, 0.43, 0.02. Web safe color of #fad78f is #ffcc99. Color #fad78f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 10001111
Octal 372 327 217
Decimal 250 215 143
Hex FA D7 8F

RGB Percentages of Color #fad78f

%41.12
%35.36
%23.52

CMYK Percentages of Color #fad78f

%0
%14
%43
%2

Triadic Colors of #fad78f

#fad78f #8ffad7 #d78ffa

Analogous Colors of #fad78f

#fad78f #e8fa8f #faa28f

Monochromatic Colors of #fad78f

#fad78f

Complementary Color

#fad78f #8fb2fa

#fad78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad78f Color CSS Codes

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

#fad78f Text Font Color

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

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


#fad78f Background Color

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

This div background color is #fad78f


#fad78f Border Color

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

This div border color is #fad78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad78f


Comments

No comments written yet.

Please login to write comment.