Color Hex Logo

#fac37d Color Hex

#FAC37D
(250,195,125)
0 Favorites   0 Comments

Color spaces of #fac37d

RGB 250195125
HSL0.090.930.74
HSV34°50°98°
CMYK 0.000.220.50   0.02
XYZ62.641160.834927.8428
Yxy60.83490.41400.4020
Hunter Lab77.99676.863533.4327
CIE-Lab82.289911.457942.5207

#fac37d color RGB value is (250,195,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 01111101
Octal 372 303 175
Decimal 250 195 125
Hex FA C3 7D

RGB Percentages of Color #fac37d

%43.86
%34.21
%21.93

CMYK Percentages of Color #fac37d

%0
%22
%50
%2

Triadic Colors of #fac37d

#fac37d #7dfac3 #c37dfa

Analogous Colors of #fac37d

#fac37d #f3fa7d #fa857d

Monochromatic Colors of #fac37d

#fac37d

Complementary Color

#fac37d #7db4fa

#fac37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac37d Color CSS Codes

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

#fac37d Text Font Color

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

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


#fac37d Background Color

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

This div background color is #fac37d


#fac37d Border Color

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

This div border color is #fac37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac37d


Comments

No comments written yet.

Please login to write comment.