Color Hex Logo

#faf598 Color Hex

#FAF598
(250,245,152)
0 Favorites   0 Comments

Color spaces of #faf598

RGB 250245152
HSL0.160.910.79
HSV57°39°98°
CMYK 0.000.020.39   0.02
XYZ77.744287.895842.5738
Yxy87.89580.37340.4221
Hunter Lab93.7528-16.046738.7029
CIE-Lab95.1170-11.347045.3328

#faf598 color RGB value is (250,245,152).

#faf598 hex color red value is 250, green value is 245 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #faf598 hue: 0.16 , saturation: 0.91 and the lightness value of faf598 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 10011000
Octal 372 365 230
Decimal 250 245 152
Hex FA F5 98

RGB Percentages of Color #faf598

%38.64
%37.87
%23.49

CMYK Percentages of Color #faf598

%0
%2
%39
%2

Triadic Colors of #faf598

#faf598 #98faf5 #f598fa

Analogous Colors of #faf598

#faf598 #cefa98 #fac498

Monochromatic Colors of #faf598

#faf598

Complementary Color

#faf598 #989dfa

#faf598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf598 Color CSS Codes

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

#faf598 Text Font Color

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

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


#faf598 Background Color

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

This div background color is #faf598


#faf598 Border Color

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

This div border color is #faf598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf598


Comments

No comments written yet.

Please login to write comment.