Color Hex Logo

#fac183 Color Hex

#FAC183
(250,193,131)
0 Favorites   0 Comments

Color spaces of #fac183

RGB 250193131
HSL0.090.920.75
HSV31°48°98°
CMYK 0.000.230.48   0.02
XYZ62.591060.102629.7748
Yxy60.10260.41050.3942
Hunter Lab77.52598.442831.4970
CIE-Lab81.893913.048738.9672

#fac183 color RGB value is (250,193,131).

#fac183 hex color red value is 250, green value is 193 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fac183 hue: 0.09 , saturation: 0.92 and the lightness value of fac183 is 0.75.

The process color (four color CMYK) of #fac183 color hex is 0.00, 0.23, 0.48, 0.02. Web safe color of #fac183 is #ffcc99. Color #fac183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 10000011
Octal 372 301 203
Decimal 250 193 131
Hex FA C1 83

RGB Percentages of Color #fac183

%43.55
%33.62
%22.82

CMYK Percentages of Color #fac183

%0
%23
%48
%2

Triadic Colors of #fac183

#fac183 #83fac1 #c183fa

Analogous Colors of #fac183

#fac183 #f8fa83 #fa8683

Monochromatic Colors of #fac183

#fac183

Complementary Color

#fac183 #83bcfa

#fac183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac183 Color CSS Codes

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

#fac183 Text Font Color

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

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


#fac183 Background Color

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

This div background color is #fac183


#fac183 Border Color

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

This div border color is #fac183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac183


Comments

No comments written yet.

Please login to write comment.