Color Hex Logo

#facd72 Color Hex

#FACD72
(250,205,114)
0 Favorites   0 Comments

Color spaces of #facd72

RGB 250205114
HSL0.110.930.71
HSV40°54°98°
CMYK 0.000.180.54   0.02
XYZ64.292965.201525.1161
Yxy65.20150.41580.4217
Hunter Lab80.74740.817638.0813
CIE-Lab84.58755.346150.7692

#facd72 color RGB value is (250,205,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01110010
Octal 372 315 162
Decimal 250 205 114
Hex FA CD 72

RGB Percentages of Color #facd72

%43.94
%36.03
%20.04

CMYK Percentages of Color #facd72

%0
%18
%54
%2

Triadic Colors of #facd72

#facd72 #72facd #cd72fa

Analogous Colors of #facd72

#facd72 #e3fa72 #fa8972

Monochromatic Colors of #facd72

#facd72

Complementary Color

#facd72 #729ffa

#facd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd72 Color CSS Codes

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

#facd72 Text Font Color

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

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


#facd72 Background Color

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

This div background color is #facd72


#facd72 Border Color

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

This div border color is #facd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd72

Related Colors


Comments

No comments written yet.

Please login to write comment.