Color Hex Logo

#fac07b Color Hex

#FAC07B
(250,192,123)
0 Favorites   0 Comments

Color spaces of #fac07b

RGB 250192123
HSL0.090.930.73
HSV33°51°98°
CMYK 0.000.230.51   0.02
XYZ61.849159.453326.9547
Yxy59.45330.41720.4010
Hunter Lab77.10608.245033.2476
CIE-Lab81.540112.848142.5923

#fac07b color RGB value is (250,192,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01111011
Octal 372 300 173
Decimal 250 192 123
Hex FA C0 7B

RGB Percentages of Color #fac07b

%44.25
%33.98
%21.77

CMYK Percentages of Color #fac07b

%0
%23
%51
%2

Triadic Colors of #fac07b

#fac07b #7bfac0 #c07bfa

Analogous Colors of #fac07b

#fac07b #f5fa7b #fa817b

Monochromatic Colors of #fac07b

#fac07b

Complementary Color

#fac07b #7bb5fa

#fac07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac07b Color CSS Codes

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

#fac07b Text Font Color

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

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


#fac07b Background Color

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

This div background color is #fac07b


#fac07b Border Color

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

This div border color is #fac07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac07b

Related Colors


Comments

No comments written yet.

Please login to write comment.