Color Hex Logo

#faf185 Color Hex

#FAF185
(250,241,133)
0 Favorites   0 Comments

Color spaces of #faf185

RGB 250241133
HSL0.150.920.75
HSV55°47°98°
CMYK 0.000.040.47   0.02
XYZ75.113384.928034.6242
Yxy84.92800.38590.4363
Hunter Lab92.1564-15.784942.2335
CIE-Lab93.8521-11.229952.8884

#faf185 color RGB value is (250,241,133).

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

The process color (four color CMYK) of #faf185 color hex is 0.00, 0.04, 0.47, 0.02. Web safe color of #faf185 is #ffff99. Color #faf185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10000101
Octal 372 361 205
Decimal 250 241 133
Hex FA F1 85

RGB Percentages of Color #faf185

%40.06
%38.62
%21.31

CMYK Percentages of Color #faf185

%0
%4
%47
%2

Triadic Colors of #faf185

#faf185 #85faf1 #f185fa

Analogous Colors of #faf185

#faf185 #c9fa85 #fab785

Monochromatic Colors of #faf185

#faf185

Complementary Color

#faf185 #858efa

#faf185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf185 Color CSS Codes

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

#faf185 Text Font Color

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

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


#faf185 Background Color

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

This div background color is #faf185


#faf185 Border Color

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

This div border color is #faf185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf185


Comments

No comments written yet.

Please login to write comment.