Color Hex Logo

#fac07d Color Hex

#FAC07D
(250,192,125)
0 Favorites   0 Comments

Color spaces of #fac07d

RGB 250192125
HSL0.090.930.74
HSV32°50°98°
CMYK 0.000.230.50   0.02
XYZ61.975659.503927.6210
Yxy59.50390.41570.3991
Hunter Lab77.13888.419432.7672
CIE-Lab81.567813.024141.6137

#fac07d color RGB value is (250,192,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01111101
Octal 372 300 175
Decimal 250 192 125
Hex FA C0 7D

RGB Percentages of Color #fac07d

%44.09
%33.86
%22.05

CMYK Percentages of Color #fac07d

%0
%23
%50
%2

Triadic Colors of #fac07d

#fac07d #7dfac0 #c07dfa

Analogous Colors of #fac07d

#fac07d #f6fa7d #fa827d

Monochromatic Colors of #fac07d

#fac07d

Complementary Color

#fac07d #7db7fa

#fac07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac07d Color CSS Codes

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

#fac07d Text Font Color

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

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


#fac07d Background Color

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

This div background color is #fac07d


#fac07d Border Color

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

This div border color is #fac07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac07d


Comments

No comments written yet.

Please login to write comment.