Color Hex Logo

#fac188 Color Hex

#FAC188
(250,193,136)
0 Favorites   0 Comments

Color spaces of #fac188

RGB 250193136
HSL0.080.920.76
HSV30°46°98°
CMYK 0.000.230.46   0.02
XYZ62.938260.241531.6031
Yxy60.24150.40660.3892
Hunter Lab77.61548.918430.1893
CIE-Lab81.969313.526736.4927

#fac188 color RGB value is (250,193,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 10001000
Octal 372 301 210
Decimal 250 193 136
Hex FA C1 88

RGB Percentages of Color #fac188

%43.18
%33.33
%23.49

CMYK Percentages of Color #fac188

%0
%23
%46
%2

Triadic Colors of #fac188

#fac188 #88fac1 #c188fa

Analogous Colors of #fac188

#fac188 #fafa88 #fa8888

Monochromatic Colors of #fac188

#fac188

Complementary Color

#fac188 #88c1fa

#fac188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac188 Color CSS Codes

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

#fac188 Text Font Color

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

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


#fac188 Background Color

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

This div background color is #fac188


#fac188 Border Color

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

This div border color is #fac188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac188

#fac188 Color Palettes


Comments

No comments written yet.

Please login to write comment.