Color Hex Logo

#fac498 Color Hex

#FAC498
(250,196,152)
0 Favorites   0 Comments

Color spaces of #fac498

RGB 250196152
HSL0.070.910.79
HSV27°39°98°
CMYK 0.000.220.39   0.02
XYZ64.831862.070838.2696
Yxy62.07080.39250.3758
Hunter Lab78.78509.013026.3496
CIE-Lab82.951113.622529.4616

#fac498 color RGB value is (250,196,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 10011000
Octal 372 304 230
Decimal 250 196 152
Hex FA C4 98

RGB Percentages of Color #fac498

%41.81
%32.78
%25.42

CMYK Percentages of Color #fac498

%0
%22
%39
%2

Triadic Colors of #fac498

#fac498 #98fac4 #c498fa

Analogous Colors of #fac498

#fac498 #faf598 #fa989d

Monochromatic Colors of #fac498

#fac498

Complementary Color

#fac498 #98cefa

#fac498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac498 Color CSS Codes

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

#fac498 Text Font Color

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

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


#fac498 Background Color

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

This div background color is #fac498


#fac498 Border Color

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

This div border color is #fac498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac498


Comments

No comments written yet.

Please login to write comment.