Color Hex Logo

#facc71 Color Hex

#FACC71
(250,204,113)
0 Favorites   0 Comments

Color spaces of #facc71

RGB 250204113
HSL0.110.930.71
HSV40°55°98°
CMYK 0.000.180.55   0.02
XYZ63.997864.702024.7385
Yxy64.70200.41710.4217
Hunter Lab80.43761.252638.0717
CIE-Lab84.32995.783650.9430

#facc71 color RGB value is (250,204,113).

#facc71 hex color red value is 250, green value is 204 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #facc71 hue: 0.11 , saturation: 0.93 and the lightness value of facc71 is 0.71.

The process color (four color CMYK) of #facc71 color hex is 0.00, 0.18, 0.55, 0.02. Web safe color of #facc71 is #ffcc66. Color #facc71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 01110001
Octal 372 314 161
Decimal 250 204 113
Hex FA CC 71

RGB Percentages of Color #facc71

%44.09
%35.98
%19.93

CMYK Percentages of Color #facc71

%0
%18
%55
%2

Triadic Colors of #facc71

#facc71 #71facc #cc71fa

Analogous Colors of #facc71

#facc71 #e4fa71 #fa8871

Monochromatic Colors of #facc71

#facc71

Complementary Color

#facc71 #719ffa

#facc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc71 Color CSS Codes

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

#facc71 Text Font Color

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

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


#facc71 Background Color

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

This div background color is #facc71


#facc71 Border Color

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

This div border color is #facc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc71


Comments

No comments written yet.

Please login to write comment.