Color Hex Logo

#facc90 Color Hex

#FACC90
(250,204,144)
0 Favorites   0 Comments

Color spaces of #facc90

RGB 250204144
HSL0.090.910.77
HSV34°42°98°
CMYK 0.000.180.42   0.02
XYZ66.051265.523335.5516
Yxy65.52330.39520.3921
Hunter Lab80.94653.997230.6224
CIE-Lab84.75278.599235.9917

#facc90 color RGB value is (250,204,144).

#facc90 hex color red value is 250, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #facc90 hue: 0.09 , saturation: 0.91 and the lightness value of facc90 is 0.77.

The process color (four color CMYK) of #facc90 color hex is 0.00, 0.18, 0.42, 0.02. Web safe color of #facc90 is #ffcc99. Color #facc90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10010000
Octal 372 314 220
Decimal 250 204 144
Hex FA CC 90

RGB Percentages of Color #facc90

%41.81
%34.11
%24.08

CMYK Percentages of Color #facc90

%0
%18
%42
%2

Triadic Colors of #facc90

#facc90 #90facc #cc90fa

Analogous Colors of #facc90

#facc90 #f3fa90 #fa9790

Monochromatic Colors of #facc90

#facc90

Complementary Color

#facc90 #90befa

#facc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc90 Color CSS Codes

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

#facc90 Text Font Color

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

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


#facc90 Background Color

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

This div background color is #facc90


#facc90 Border Color

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

This div border color is #facc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc90


Comments

No comments written yet.

Please login to write comment.