Color Hex Logo

#facd7e Color Hex

#FACD7E
(250,205,126)
0 Favorites   0 Comments

Color spaces of #facd7e

RGB 250205126
HSL0.110.930.74
HSV38°50°98°
CMYK 0.000.180.50   0.02
XYZ65.021665.493028.9531
Yxy65.49300.40770.4107
Hunter Lab80.92771.792735.4375
CIE-Lab84.73716.352945.0746

#facd7e color RGB value is (250,205,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01111110
Octal 372 315 176
Decimal 250 205 126
Hex FA CD 7E

RGB Percentages of Color #facd7e

%43.03
%35.28
%21.69

CMYK Percentages of Color #facd7e

%0
%18
%50
%2

Triadic Colors of #facd7e

#facd7e #7efacd #cd7efa

Analogous Colors of #facd7e

#facd7e #e9fa7e #fa8f7e

Monochromatic Colors of #facd7e

#facd7e

Complementary Color

#facd7e #7eabfa

#facd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd7e Color CSS Codes

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

#facd7e Text Font Color

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

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


#facd7e Background Color

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

This div background color is #facd7e


#facd7e Border Color

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

This div border color is #facd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd7e


Comments

No comments written yet.

Please login to write comment.