Color Hex Logo

#fadb6e Color Hex

#FADB6E
(250,219,110)
0 Favorites   0 Comments

Color spaces of #fadb6e

RGB 250219110
HSL0.130.930.71
HSV47°56°98°
CMYK 0.000.120.56   0.02
XYZ67.570372.112825.1097
Yxy72.11280.41000.4376
Hunter Lab84.9193-6.576141.9121
CIE-Lab88.0229-2.126956.7027

#fadb6e color RGB value is (250,219,110).

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

The process color (four color CMYK) of #fadb6e color hex is 0.00, 0.12, 0.56, 0.02. Web safe color of #fadb6e is #ffcc66. Color #fadb6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 01101110
Octal 372 333 156
Decimal 250 219 110
Hex FA DB 6E

RGB Percentages of Color #fadb6e

%43.18
%37.82
%19.00

CMYK Percentages of Color #fadb6e

%0
%12
%56
%2

Triadic Colors of #fadb6e

#fadb6e #6efadb #db6efa

Analogous Colors of #fadb6e

#fadb6e #d3fa6e #fa956e

Monochromatic Colors of #fadb6e

#fadb6e

Complementary Color

#fadb6e #6e8dfa

#fadb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb6e Color CSS Codes

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

#fadb6e Text Font Color

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

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


#fadb6e Background Color

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

This div background color is #fadb6e


#fadb6e Border Color

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

This div border color is #fadb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb6e

Related Colors


Comments

No comments written yet.

Please login to write comment.