Color Hex Logo

#facd6b Color Hex

#FACD6B
(250,205,107)
0 Favorites   0 Comments

Color spaces of #facd6b

RGB 250205107
HSL0.110.930.70
HSV41°57°98°
CMYK 0.000.180.57   0.02
XYZ63.909565.048223.0971
Yxy65.04820.42030.4278
Hunter Lab80.65250.302739.4774
CIE-Lab84.50864.812054.0121

#facd6b color RGB value is (250,205,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01101011
Octal 372 315 153
Decimal 250 205 107
Hex FA CD 6B

RGB Percentages of Color #facd6b

%44.48
%36.48
%19.04

CMYK Percentages of Color #facd6b

%0
%18
%57
%2

Triadic Colors of #facd6b

#facd6b #6bfacd #cd6bfa

Analogous Colors of #facd6b

#facd6b #e0fa6b #fa866b

Monochromatic Colors of #facd6b

#facd6b

Complementary Color

#facd6b #6b98fa

#facd6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd6b Color CSS Codes

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

#facd6b Text Font Color

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

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


#facd6b Background Color

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

This div background color is #facd6b


#facd6b Border Color

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

This div border color is #facd6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd6b


Comments

No comments written yet.

Please login to write comment.