Color Hex Logo

#fac588 Color Hex

#FAC588
(250,197,136)
0 Favorites   0 Comments

Color spaces of #fac588

RGB 250197136
HSL0.090.920.76
HSV32°46°98°
CMYK 0.000.210.46   0.02
XYZ63.834562.034131.9019
Yxy62.03410.40460.3932
Hunter Lab78.76176.837031.1182
CIE-Lab82.931611.438037.7357

#fac588 color RGB value is (250,197,136).

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

The process color (four color CMYK) of #fac588 color hex is 0.00, 0.21, 0.46, 0.02. Web safe color of #fac588 is #ffcc99. Color #fac588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 10001000
Octal 372 305 210
Decimal 250 197 136
Hex FA C5 88

RGB Percentages of Color #fac588

%42.88
%33.79
%23.33

CMYK Percentages of Color #fac588

%0
%21
%46
%2

Triadic Colors of #fac588

#fac588 #88fac5 #c588fa

Analogous Colors of #fac588

#fac588 #f6fa88 #fa8c88

Monochromatic Colors of #fac588

#fac588

Complementary Color

#fac588 #88bdfa

#fac588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac588 Color CSS Codes

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

#fac588 Text Font Color

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

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


#fac588 Background Color

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

This div background color is #fac588


#fac588 Border Color

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

This div border color is #fac588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac588


Comments

No comments written yet.

Please login to write comment.