Color Hex Logo

#facc85 Color Hex

#FACC85
(250,204,133)
0 Favorites   0 Comments

Color spaces of #facc85

RGB 250204133
HSL0.100.920.75
HSV36°47°98°
CMYK 0.000.180.47   0.02
XYZ65.250865.203231.3367
Yxy65.20320.40330.4030
Hunter Lab80.74852.931433.5148
CIE-Lab84.58837.511441.3814

#facc85 color RGB value is (250,204,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10000101
Octal 372 314 205
Decimal 250 204 133
Hex FA CC 85

RGB Percentages of Color #facc85

%42.59
%34.75
%22.66

CMYK Percentages of Color #facc85

%0
%18
%47
%2

Triadic Colors of #facc85

#facc85 #85facc #cc85fa

Analogous Colors of #facc85

#facc85 #eefa85 #fa9285

Monochromatic Colors of #facc85

#facc85

Complementary Color

#facc85 #85b3fa

#facc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc85 Color CSS Codes

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

#facc85 Text Font Color

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

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


#facc85 Background Color

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

This div background color is #facc85


#facc85 Border Color

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

This div border color is #facc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc85

Related Colors


Comments

No comments written yet.

Please login to write comment.